-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 903 Bytes
/
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
{
"name": "mongodb-store",
"version": "0.1.1",
"author": "Kris Zyp",
"email": "[email protected]",
"contributors": ["Vladimir Dronnikov <[email protected]>"],
"keywords": [
"mongodb",
"object",
"store",
"persevere"
],
"maintainers": [
{
"name": "Kris Zyp",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "AFLv2.1",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
},
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"repository": {
"type":"git",
"url":"http://github.com/persvr/mongodb-store"
},
"directories": {
"lib": "."
},
"main": "mongodb.js",
"dependencies":{
"bson": ">=0.0.4",
"mongodb": ">=0.9.8",
"rql": ">=0.3.1",
"promised-io": ">=0.3.0",
"perstore": ">=0.2.1"
}
}