-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 975 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
45
46
{
"name": "mongoose-validator-all",
"description": "Validators for mongoose models utilising validator.js",
"version": "1.4.0",
"author": {
"name": "David Boyer",
"email": "[email protected]",
"url": "https://misterdai.yougeezer.co.uk"
},
"contributors": [
{
"name": "szdc",
"url": "http://github.com/szdc"
}
],
"repository": {
"type": "git",
"url": "git://github.com/misterdai/mongoose-validator-all.git"
},
"bugs": {
"url": "https://github.com/misterdai/mongoose-validator-all/issues"
},
"license": "MIT",
"main": "./lib/mongoose-validator-all",
"scripts": {
"test": "mocha -R list"
},
"engines": {
"node": ">=6.11.0"
},
"keywords": [
"mongoose",
"validate",
"validation",
"models",
"schema"
],
"dependencies": {
"mongoose-validator": "^1.2.4"
},
"devDependencies": {
"mongoose": "^4.0.5",
"mocha": "^2.2.5",
"should": "^6.0.3"
}
}