-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
49 lines (49 loc) · 1.1 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
{
"name": "nice-validator",
"version": "1.1.5",
"author": "Jony Zhang <[email protected]>",
"license": "MIT",
"description": "Simple, smart and pleasant verification solution.",
"keywords": [
"jquery",
"validation",
"form",
"validator",
"validate",
"nice-validator",
"jquery-plugin",
"ecosystem:jquery"
],
"homepage": "https://github.com/niceue/nice-validator",
"repository": {
"type": "git",
"url": "https://github.com/niceue/nice-validator.git"
},
"bugs": "https://github.com/niceue/nice-validator/issues",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"test": "gulp",
"build": "gulp build",
"zip": "gulp zip"
},
"files": [
"dist"
],
"main": "dist/jquery.validator.js",
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^2.1.0",
"gulp-insert": "^0.5.0",
"gulp-mocha-phantomjs": "^0.12.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "1.5.4",
"gulp-zip": "^4.0.0"
}
}