UNPKG

jsdb-server

Version:

JSDB Written using Chrome's V8, implemented in Node.js. Having as its main objectives to be: simple, minimalist and effective for data persistence. In addition to easy integration with other programming languages.

86 lines (77 loc) 1.69 kB
{ "name": "jsdb-server", "description": "JSDB Written using Chrome's V8, implemented in Node.js. Having as its main objectives to be: simple, minimalist and effective for data persistence. In addition to easy integration with other programming languages.", "version": "0.0.3", "main": "./index.js", "author": "Paulo Lima <pflima92@gmail.com> (http://jspare.org)", "homepage": "http://jspare.org/framework", "directories": { "bin": "bin", "lib": "libraries", "scripts": "scripts" }, "bin": { "jsdb": "./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", "engines": { "node": "5.10.1" }, "repository": { "type": "git", "url": "https://github.com/jspare-framework/jsdb" }, "bugs": { "url": "https://github.com/jspare-framework/jsdb/issues" }, "keywords": [ "JSpare", "JSDB", "JSDB-NC", "DataBase", "NoSQL", "Persistance" ], "dependencies": { "express": "~4.13.3", "body-parser": "~1.14.2", "compression": "~1.6.1", "request": "~2.65.0", "underscore": "~1.8.3", "object-sizeof": ">=1.0.10", "osenv": "~0.1.3", "mkdirp": ">=0.5.1", "lz-string": ">1.3.4", "jsonfile": "~2.2.3", "object-path": "~0.9.2", "moment": "~2.11.1", "json-query": "~1.5.0", "app-root-path": "1.0.0", "commander": "~2.9.0", "reduce-future": "~0.1.1", "scribe-js": "2.0.4" }, "optionalDependencies": { "node-windows": "~0.1.11", "node-linux": "~0.1.7", "node-mac": "~0.1.3" }, "devDependencies": { "nodeunit ": ">=0.9.1" } }