-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 979 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-chain",
"version": "1.1.4",
"description": "表单验证链,以及中文验证错误反馈信息",
"main": "validate-chain.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eisneim/validate-chain.git"
},
"keywords": [
"form",
"validation",
"表单验证",
"验证链"
],
"author": "eisneim <eisneim1@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/eisneim/validate-chain/issues"
},
"homepage": "https://github.com/eisneim/validate-chain#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"babelify": "^6.3.0",
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^1.2.5",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1",
"mocha": "^2.3.3"
}
}