jdb
Version:
A database that hacks.
42 lines (41 loc) • 837 B
JSON
{
"name": "jdb",
"version": "0.1.4",
"description": "A database that hacks.",
"main": "app.js",
"bin": {
"jdb": "bin/jdb.js"
},
"scripts": {
"test": "cake test",
"prepublish": "cake build",
"publish": "cake clean"
},
"repository": {
"type": "git",
"url": "https://github.com/ysmood/jdb.git"
},
"keywords": [
"javascript",
"database"
],
"author": "http://ysmood.org",
"license": "BSD",
"bugs": {
"url": "https://github.com/ysmood/jdb/issues"
},
"homepage": "https://github.com/ysmood/jdb",
"dependencies": {
"commander": "~2.2.0",
"q": "~1.0.1"
},
"devDependencies": {
"JSONSelect": "~0.4.0",
"benchmark": "~1.0.0",
"coffee-script": "~1.7.1",
"forever": "~0.11.1",
"glob": "~4.0.0",
"mocha": "~1.19.0",
"sift": "0.0.16"
}
}