-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 988 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
{
"name": "cantina-models-mongo",
"description": "MongoDB store implementing a modeler-compatible API for cantina-models",
"version": "4.1.4",
"main": "cantina-models-mongo.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/cantina/cantina-models-mongo.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"author": "",
"bugs": {
"url": "https://github.com/cantina/cantina-models-mongo/issues"
},
"homepage": "https://github.com/cantina/cantina-models-mongo",
"dependencies": {
"idgen": "^1.3.0",
"underscore": "^1.6.0",
"nested-objects": "^0.0.2"
},
"peerDependencies": {
"cantina": "^4.1.0",
"cantina-models": "^4.1.0",
"cantina-mongo": "^4.1.0"
},
"devDependencies": {
"mocha": "^1.18.2",
"cantina": "^4.1.0",
"cantina-models": "^4.1.0",
"cantina-mongo": "^4.1.0"
}
}