simple-node-db
Version:
A document database with query, insert, update, backup/restore and replication implemented on top of levelup, leveldown, and memdown.
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "simple-node-db",
"version": "0.91.14",
"description": "A document database with query, insert, update, backup/restore and replication implemented on top of levelup, leveldown, and memdown.",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/darrylwest/simple-node-db.git"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"database",
"document-db",
"nosql",
"level",
"leveldb",
"leveldown",
"memdown"
],
"dependencies": {
"commander": "^2.9.0",
"leveldown": "^1.6.0",
"levelup": "^1.3.5",
"lodash": "^4.17.4",
"memdown": "^1.2.4",
"simple-node-logger": "^0.93.17",
"ulid": "^0.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mocha": "^3.2.0",
"random-fixture-data": "^2.0.17"
},
"author": "darryl.west@raincitysoftware.com",
"license": "Apache-2.0",
"homepage": "https://github.com/darrylwest/simple-node-db"
}