Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Oct 15, 2012
1 parent 1d8dfdd commit 6e53a83
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 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 <julian@juliangruber.com>",
"license": "MIT"
}

0 comments on commit 6e53a83

Please sign in to comment.