Files
desktop-app/node_modules/nedb/package.json
2015-01-18 23:15:00 +08:00

67 lines
1.5 KiB
JSON

{
"name": "nedb",
"version": "1.1.1",
"author": {
"name": "Louis Chatriot",
"email": "louis.chatriot@gmail.com"
},
"contributors": [
{
"name": "Louis Chatriot"
}
],
"description": "File-based embedded data store for node.js",
"keywords": [
"database",
"datastore",
"embedded"
],
"homepage": "https://github.com/louischatriot/nedb",
"repository": {
"type": "git",
"url": "git@github.com:louischatriot/nedb.git"
},
"dependencies": {
"async": "0.2.10",
"underscore": "~1.4.4",
"binary-search-tree": "0.2.4",
"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 10000"
},
"main": "index",
"licence": "MIT",
"bugs": {
"url": "https://github.com/louischatriot/nedb/issues"
},
"_id": "nedb@1.1.1",
"dist": {
"shasum": "ae171c78fad919c0aaafd0876dbc2b4dd2a29ec9",
"tarball": "http://registry.npmjs.org/nedb/-/nedb-1.1.1.tgz"
},
"_from": "nedb@*",
"_npmVersion": "1.3.5",
"_npmUser": {
"name": "louischatriot",
"email": "louis.chatriot@gmail.com"
},
"maintainers": [
{
"name": "louischatriot",
"email": "louis.chatriot@gmail.com"
}
],
"directories": {},
"_shasum": "ae171c78fad919c0aaafd0876dbc2b4dd2a29ec9",
"_resolved": "https://registry.npmjs.org/nedb/-/nedb-1.1.1.tgz"
}