The JavaScript Database, for Node.js, nw.js, electron and the browser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
nedb/package.json

41 lines
896 B

{
"name": "nedb",
"version": "0.7.9",
"author": {
"name": "tldr.io",
"email": "hello@tldr.io"
},
"contributors": [
"Louis Chatriot"
],
"description": "File-based embedded data store for node.js",
"keywords": [
"database",
"datastore",
"embedded"
],
"homepage": "https://github.com/louischatriot/node-embedded-db",
"repository": {
"type": "git",
"url": "git@github.com:louischatriot/node-embedded-db.git"
},
"dependencies": {
"async": "~0.2.8",
"underscore": "~1.4.4",
"binary-search-tree": "0.2.3",
"mkdirp": "~0.3.5"
},
"devDependencies": {
"chai": "1.0.x",
"mocha": "1.4.x",
"request": "2.9.x",
"sinon": "1.3.x",
"exec-time": "0.0.2",
"commander": "1.1.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec --timeout 2000"
},
"main": "index",
"licence": "MIT"
}