Bindings for WhiteDB for Node.JS
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.
|
|
{
|
|
|
"author": "Brett Langdon <brett@blangdon.com> (http://brett.is/)",
|
|
|
"bugs": {
|
|
|
"url": "https://github.com/brettlangdon/node-wgdb/issues"
|
|
|
},
|
|
|
"description": "Bindings for WhiteDB (wgdb)",
|
|
|
"homepage": "https://github.com/brettlangdon/node-wgdb",
|
|
|
"keywords": [
|
|
|
"white",
|
|
|
"db",
|
|
|
"database",
|
|
|
"wgdb",
|
|
|
"whitedb"
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"main": "lib/index.js",
|
|
|
"name": "wgdb",
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
"url": "git://github.com/brettlangdon/node-wgdb.git"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
},
|
|
|
"version": "0.1.1"
|
|
|
}
|