forked from jedireza/mongo-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 KB
/
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
45
46
47
{
"name": "mongo-models-xil",
"version": "2.0.3",
"description": "JavaScript class interfaces to MongoDB collections",
"main": "index.js",
"scripts": {
"example": "MONGODB_URI='mongodb://localhost:27017' MONGODB_NAME='mongo-models-test' PORT=8080 node example/server.js",
"test": "lab -c -L --assert code",
"toc": "hapitoc"
},
"repository": {
"type": "git",
"url": "[email protected]:escommunity/mongo-models-xil.git"
},
"keywords": [
"mongo",
"mongodb",
"model",
"models",
"odm"
],
"engines": {
"node": ">=8.x.x"
},
"author": "Reza Akhavan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/escommunity/mongo-models-xil/issues"
},
"homepage": "https://github.com/escommunity/mongo-models-xil",
"devDependencies": {
"body-parser": "1.x.x",
"code": "5.x.x",
"express": "4.x.x",
"hapitoc": "1.x.x",
"lab": "15.x.x",
"mongodb": "3.x.x"
},
"peerDependencies": {
"mongodb": "3.x.x"
},
"dependencies": {
"hoek": "5.x.x",
"joi": "13.x.x",
"joistick": "^1.0.1"
}
}