forked from niceue/nice-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 918 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 918 Bytes
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
{
"name": "jquery.validator",
"title": "nice Validator",
"description": "Simple, smart and pleasant verification solution.",
"version": "0.6.8",
"keywords": ["form", "validate", "validation", "validator"],
"homepage": "http://niceue.com/validator/",
"author": "Jony Zhang <zj86@live.cn>",
"repository": {
"type": "git",
"url": "https://github.com/niceue/validator.git"
},
"bugs": "https://github.com/niceue/validator/issues",
"licenses": [
{
"type": "MIT",
"url": "http://niceue.com/licenses/MIT-LICENSE.txt"
}
],
"engine": [
"node >=0.8.0"
],
"scripts": {
"test": "jshint src/jquery.validator.js"
},
"dependencies": {
"jquery": ">=1.7.0"
},
"devDependencies": {
"uglify-js": ">= 2.3.0",
"stylus": ">= 0.40.3",
"jshint": ">=2.3.0"
}
}