forked from jedireza/mongo-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 893 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": "mongo-models",
"version": "1.3.1",
"description": "Map JavaScript classes to MongoDB collections",
"main": "index.js",
"scripts": {
"test": "lab -c -L"
},
"repository": {
"type": "git",
"url": "[email protected]:jedireza/mongo-models.git"
},
"keywords": [
"mongo",
"mongodb",
"model",
"models",
"odm"
],
"engines": {
"node": ">=4.0.0"
},
"author": "Reza Akhavan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jedireza/mongo-models/issues"
},
"homepage": "https://github.com/jedireza/mongo-models",
"devDependencies": {
"code": "4.x.x",
"lab": "13.x.x",
"mongodb": "2.x.x",
"opn-cli": "3.x.x",
"proxyquire": "1.x.x"
},
"peerDependencies": {
"mongodb": "2.x.x"
},
"dependencies": {
"async": "2.x.x",
"hoek": "4.x.x",
"joi": "10.x.x"
}
}