-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "form-validate",
"version": "1.0.0",
"description": "表单验证的开源插件",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wuxiaolan91/form-validate.git"
},
"keywords": [
"form",
"validate"
],
"author": "wuxiaolan",
"license": "ISC",
"bugs": {
"url": "https://github.com/wuxiaolan91/form-validate/issues"
},
"homepage": "https://github.com/wuxiaolan91/form-validate",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concat": "^0.1.6",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"gulp": "^3.9.0",
"gulp-asset-rev": "0.0.5",
"gulp-changed": "^1.2.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-csso": "^1.0.0",
"gulp-jshint": "^1.11.2",
"gulp-md5-assets": "^0.1.9",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.3",
"gulp-rename": "^1.2.2",
"gulp-rev": "^5.0.1",
"gulp-rev-collector": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4"
}
}