forked from persvr/perstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 KB
/
package.json
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
{
"name": "perstore",
"author": "Kris Zyp",
"email": "[email protected]",
"dependencies": ["narwhal", "commonjs-utils"],
"contributors": ["Vladimir Dronnikov <[email protected]>"],
"keywords": [
"persistence",
"object",
"store",
"persevere"
],
"engines": {"node":">=0.1.30", "rhino": true},
"mappings": {
"tunguska": "http://github.com/kriszyp/tunguska/zipball/v0.2.1",
"rql": "http://github.com/kriszyp/rql/zipball/v0.2.1",
"patr": "http://github.com/kriszyp/patr/zipball/v0.2.1",
"promised-io": "http://github.com/kriszyp/promised-io/zipball/v0.2.1",
"commonjs-utils": "http://github.com/kriszyp/commonjs-utils/zipball/v0.2.1",
"mongodb": "jar:http://github.com/christkv/node-mongodb-native/zipball/master!/lib/mongodb/",
"sqlite":"http://github.com/orlandov/node-sqlite/zipball/master!/lib/sqlite.js",
"mysql":"jar:http://github.com/Sannis/node-mysql-libmysqlclient/zipball/master!/mysql_bindings.js"
},
"overlay": {
"narwhal": {
"mappings": {
"fs-promise": "./engines/rhino/lib/fs-promise",
"store-engine": "./engines/rhino/lib/store-engine/"
}
},
"node": {
"mappings": {
"store-engine": "./engines/node/lib/store-engine/"
}
},
"npm": {
"dependencies": {
"commonjs-utils": "*",
"tunguska": "*"
}
}
},
"usesSystemModules": ["path"],
"githubName": "perstore",
"type": "zip",
"location": "http://github.com/kriszyp/perstore/zipball/master",
"license":"AFL/BSD"
}