lodb
Version:
Flat JSON file database, fork of lowdb
38 lines (37 loc) • 663 B
JSON
{
"name": "lodb",
"version": "0.5.2",
"description": "Flat JSON file database, fork of lowdb",
"keywords": [
"low",
"lowdb",
"lo",
"lodb",
"JSON",
"database",
"file",
"lodash",
"underscore",
"underscore-db"
],
"main": "src/index.js",
"scripts": {
"test": "mocha",
"precommit": "npm test"
},
"repository": {
"type": "git",
"url": "git://github.com/fritx/lodb.git"
},
"license": "MIT",
"dependencies": {
"lodash": "~2.4.1",
"steno": "^0.2.1"
},
"devDependencies": {
"husky": "^0.6.2",
"mocha": "^1.21.4",
"rimraf": "^2.2.8",
"underscore-db": "^0.8.0"
}
}