-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 897 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
{
"name": "mongodbext-relations",
"version": "2.1.0",
"description": "mongodbext plugin that bring relations between collections",
"main": "lib/index.js",
"scripts": {
"test": "mocha --reporter spec --bail --timeout 10000 --recursive"
},
"repository": {
"type": "git",
"url": "git://github.com/2do2go/mongodbext-relations.git"
},
"keywords": [
"mongo",
"mongodb",
"db",
"mongodbext",
"relations",
"collections",
"triggers"
],
"author": "Artem Zhukov",
"license": "MIT",
"bugs": {
"url": "https://github.com/2do2go/mongodbext-relations/issues"
},
"homepage": "https://github.com/2do2go/mongodbext-relations#readme",
"peerDependencies": {
"mongodbext": ">=2.1.2"
},
"devDependencies": {
"mocha": "2.0.1",
"expect.js": "0.3.1",
"twostep": "0.4.1",
"mongodb": ">=2.0",
"mongodbext": ">=2.1"
}
}