This repository was archived by the owner on Jul 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.88 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"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" : [
]
}