forked from lykmapipo/sails-hook-validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.9 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "sails-hook-validation",
"version": "0.4.7",
"description": "Custom validation error messages for sails model with i18n support",
"main": "index.js",
"sails": {
"isHook": true
},
"scripts": {
"pretest": "npm link && npm link sails-hook-validation",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/sails-hook-validation.git"
},
"keywords": [
"sails",
"sails-hook",
"model",
"validator",
"validation",
"validate",
"custom",
"messages",
"define",
"database",
"exceptions",
"constraints",
"i18n",
"internationalization",
"hook",
"plugin",
"error",
"module"
],
"author": {
"name": "lykmapipo",
"email": "[email protected]",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/sails-hook-validation/issues"
},
"homepage": "https://github.com/lykmapipo/sails-hook-validation",
"contributors": [{
"name": "lykmapipo",
"github": "https://github.com/lykmapipo"
}, {
"name": "isery",
"github": "https://github.com/isery"
}, {
"name": "Alaneor",
"github": "https://github.com/Alaneor"
}, {
"name": "VMBindraban",
"github": "https://github.com/VMBindraban"
}],
"devDependencies": {
"chai": "^2.3.0",
"faker": "^2.1.5",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^1.0.2",
"mocha": "^2.4.5",
"sails": "^0.11.2",
"sails-disk": "^0.10.8",
"supertest": "^1.1.0"
},
"dependencies": {
"waterline": "^0.10.31"
}
}