-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 878 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
{
"name": "validate-obj",
"version": "0.8.5",
"homepage": "http://github.com/ron-liu/validate-obj.js",
"keywords": [
"validator",
"validation",
"validate",
"form",
"object"
],
"description": "simple way to validate object",
"bugs": {
"url": "http://github.com/ron-liu/validate-obj/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/ron-liu/validate-obj.js.git"
},
"scripts": {
"test": "./node_modules/.bin/_mocha --reporter spec"
},
"devDependencies": {
"mocha": "~1.17.1",
"istanbul": "~0.2.4",
"uglify-js": "~2.4.12",
"chai": "~1.8.1"
},
"engines": {
"node": ">= 0.8"
},
"main": "validate-obj.js",
"author": "Ron Liu <ronliu2k@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/chriso/validator.js/raw/master/LICENSE"
}
]
}