ejdb
Version:
EJDB - Embedded JSON Database engine
71 lines (70 loc) • 1.92 kB
JSON
{
"name" : "ejdb",
"version" : "1.2.12-44",
"config" : {
"windownloadurl_ia32" : "https://softmotions.com/ejdb/archives/ejdb-1.2.12-RelWithDebInfo-Windows-x86.tar.gz",
"windownloadurl_x64" : "https://softmotions.com/ejdb/archives/ejdb-1.2.12-RelWithDebInfo-Windows-x86_64.tar.gz"
},
"main" : "ejdb.js",
"homepage" : "http://ejdb.org",
"description" : "EJDB - Embedded JSON Database engine",
"keywords" : ["ejdb",
"tokyocabinet",
"nosql",
"database",
"storage",
"embedded",
"mongodb",
"cli",
"json"],
"repository" : {
"type" : "git",
"url" : "https://github.com/Softmotions/ejdb-node.git"
},
"bugs" : {
"web" : "https://github.com/Softmotions/ejdb-node/issues"
},
"os" : [
"linux",
"darwin",
"sunos",
"win32"
],
"engines" : {
"node" : ">=4.0.0"
},
"dependencies" : {
"nodeunit" : ">=0.7.0",
"nan" : ">=2.0.0",
"node-pre-gyp" : ">=0.6.4"
},
"devDependencies" : {
"tar.gz" : ">=0.1.1",
"aws-sdk" : "",
"segfault-handler" : ""
},
"scripts" : {
"install" : "node-pre-gyp install --silent || node platform.js preinstall",
"test" : "node platform.js test"
},
"bin" : {
"ejdb" : "bin/cli.js"
},
"binary" : {
"module_name" : "ejdb_native",
"module_path" : "./lib/",
"host" : "https://ejdbnode.s3.amazonaws.com/"
},
"author" : {
"name" : "Anton Adamansky",
"email" : "adamansky@softmotions.com"
},
"licenses" : [
{
"type" : "LGPL",
"url" : "https://github.com/Softmotions/ejdb/blob/master/LICENSE"
}
],
"contributors" : [
]
}