mirror of https://github.com/seald/nedb
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.
32 lines
684 B
32 lines
684 B
12 years ago
|
{
|
||
|
"name": "nedb"
|
||
|
, "version": "0.0.1"
|
||
|
, "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": {
|
||
|
}
|
||
|
, "devDependencies": {
|
||
|
"chai": "1.0.x"
|
||
|
, "mocha": "1.4.x"
|
||
|
, "request": "2.9.x"
|
||
|
, "sinon": "1.3.x"
|
||
|
}
|
||
|
, "scripts": {
|
||
|
"test": "make test"
|
||
|
}
|
||
|
, "main": "server"
|
||
|
, "licence": "MIT"
|
||
|
}
|