UNPKG

jodb

Version:

Flat JSON file database with promise

49 lines (48 loc) 990 B
{ "name": "jodb", "version": "0.1.2", "description": "Flat JSON file database with promise", "keywords": [ "flat", "file", "local", "database", "JSON", "lo-dash", "lodash", "underscore", "underscore-db", "embed", "embeddable" ], "main": "src/index.js", "scripts": { "test": "standard && mocha", "precommit": "npm test" }, "repository": { "type": "git", "url": "git://github.com/fatea/jodb.git" }, "author": "fatea <fateax@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/fatea/jodb/issues" }, "homepage": "https://github.com/fatea/jodb", "dependencies": { "graceful-fs": "^3.0.8", "json-parse-helpfulerror": "^1.0.3", "lodash": "^3.1.0", "steno": "^0.4.1", "q": "^1.4.1" }, "devDependencies": { "husky": "^0.9.0", "mocha": "^2.2.5", "rimraf": "^2.2.8", "sinon": "^1.12.2", "standard": "^4.0.1", "underscore-db": "^0.9.0" } }