-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
53 lines (53 loc) · 1.4 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
50
51
52
53
{
"name": "we-validator",
"version": "2.1.17",
"description": "简单灵活的表单验证插件,支持小程序、浏览器、Nodejs",
"main": "lib/we-validator.js",
"scripts": {
"dev": "NODE_ENV=development webpack --watch --config webpack.config --colors",
"build": "NODE_ENV=production webpack --config webpack.config --colors",
"test": "mocha test/*.js",
"prepublish": "npm run build"
},
"types": "./types/index.d.ts",
"files": [
"lib",
"dist",
"types"
],
"repository": {
"type": "git",
"url": "git://github.com/ChanceYu/we-validator.git"
},
"keywords": [
"we-validator",
"validator",
"validation",
"weapp",
"wechat",
"mini-program",
"weapp-validator",
"node-validator"
],
"author": "ChanceYu <i.fish@foxmail.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babelify": "^7.3.0",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"uglify-js": "^3.1.3",
"webpack": "^3.6.0"
},
"bugs": {
"url": "https://github.com/ChanceYu/we-validator/issues"
},
"homepage": "https://github.com/ChanceYu/we-validator#readme"
}