diff --git a/package.json b/package.json new file mode 100644 index 0000000..7cb78f9 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "json-store", + "version": "0.0.1", + "description": "Simple json db for node", + "main": "index.js", + "scripts": { + "test": "node test.js" + }, + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/json-store.git" + }, + "keywords": [ + "js", + "db", + "blocking" + ], + "author": "Julian Gruber ", + "license": "MIT" +}