forked from deepjs/deep-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 798 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 798 Bytes
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
{
"name": "deep-mongo",
"description":"mongo driver (protocole/stores) for deepjs",
"author":{
"name": "Gilles Coomans",
"email": "gilles.coomans@gmail.com"
},
"version": "0.1.0",
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/nomocas/deep-mongo.git"
},
"maintainers": [
{
"name": "Philippe Delabye",
"email": "phil@chemicalrules.net"
}
],
"dependencies": {
"deep": ">=0.9.3.1",
"pintura":"git+ssh://git@dev.ubik.be/pintura",
"perstore":"git+ssh://git@dev.ubik.be/perstore",
"mongodb": "https://github.com/mongodb/node-mongodb-native.git",
"rql": ">=0.3.0"
},
"mappings":{
"deep": "git+ssh://git@dev.ubik.be/deep"
},
"engine":{
"node":">=0.10.0"
},
"main":"./lib/main"
}