forked from yoitsro/joigoose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 800 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
{
"name": "joigoose",
"version": "1.5.6",
"description": "Joi validation for your Mongoose models without the hassle of maintaining two schemas",
"main": "lib/index.js",
"scripts": {
"test": "lab test -c"
},
"repository": {
"type": "git",
"url": "https://github.com/yoitsro/joigoose"
},
"keywords": [
"joi",
"mongoose",
"validation",
"schema",
"model",
"hapi"
],
"author": "Ro Ramtohul",
"license": "MIT",
"bugs": {
"url": "https://github.com/yoitsro/joigoose/issues"
},
"homepage": "https://github.com/yoitsro/joigoose",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"hoek": "^2.16.3",
"joi": "^6.10.1"
},
"devDependencies": {
"code": "^1.5.0",
"lab": "^6.2.0",
"mongoose": "^4.3.7"
}
}