forked from sailshq/anchor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 866 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
{
"name": "anchor",
"version": "0.9.7",
"description": "Recursive validation library with support for objects and lists",
"homepage": "http://sailsjs.org",
"keywords": [
"validation",
"recursive-validator",
"nested",
"validator",
"strict-types",
"web-framework",
"type-coercion",
"waterline",
"validate-parameters",
"sails.js",
"sails"
],
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo Running tests... && mocha --globals testRule"
},
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/anchor.git"
},
"author": "Mike McNeil",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"validator": "~2.0.0",
"lodash": "~2.4.1",
"async": "0.2.9"
},
"devDependencies": {
"mocha": "1.9.x"
}
}