1 Star 0 Fork 75

圈久 / validate-framework

forked from MinJieLiu / validate-framework 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "validate-framework",
"version": "4.0.6",
"description": "轻量、强大、无依赖的 JavaScript 验证组件",
"homepage": "https://github.com/MinJieLiu/validate-framework",
"main": "dist/Validator.js",
"scripts": {
"clean": "rimraf dist",
"lint": "eslint src --fix",
"start": "better-npm-run dev --watch",
"deploy": "npm run clean && better-npm-run dev && better-npm-run prod"
},
"betterScripts": {
"dev": {
"command": "webpack",
"env": {
"NODE_ENV": "development"
}
},
"prod": {
"command": "webpack",
"env": {
"NODE_ENV": "production"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/MinJieLiu/validate-framework"
},
"keywords": [
"validate-framework",
"validator",
"validator.js",
"validation",
"validate",
"validate.js",
"validate-form",
"formValidate",
"form"
],
"author": "LMY",
"license": "MIT",
"dependencies": {
"validate-framework-utils": "^0.2.3"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"better-npm-run": "0.0.13",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"rimraf": "^2.5.4",
"webpack": "^1.14.0"
}
}
JavaScript
1
https://gitee.com/971314/validator.js.git
git@gitee.com:971314/validator.js.git
971314
validator.js
validate-framework
master

搜索帮助