jsdb-cli
Version:
59 lines (52 loc) • 966 B
JSON
{
"name": "jsdb-cli",
"version": "0.0.2",
"main": "./index.js",
"description": "JSDB CLI",
"author": "Paulo Lima <pflima92@gmail.com> (http://jspare.org)",
"homepage": "http://jspare.org/jsdb",
"directories":
{
"example": "example",
"test": "test"
},
"bin":
{
"jsdb-cli": "./bin/cli.js"
},
"scripts":
{
"test": "echo \"Error: no test specified\" && exit 1",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags && rm -rf build/temp"
},
"license": "Apache-2",
"repository":
{
"type": "git",
"url": "https://github.com/jspare-framework/jsdb"
},
"bugs":
{
"url": "https://github.com/jspare-framework/jsdb/issues"
},
"keywords":
[
"JSpare",
"JSDB",
"JSDB-NC",
"NoSQL",
"Node Client"
],
"dependencies":
{
"underscore": "=1.8.3",
"app-root-path": "1.0.0",
"string-argv": "0.0.2",
"jsdb-nc": "0.0.1"
},
"devDependencies":
{
"nodeunit ": ">=0.9.1"
}
}