better-validation
Version:
Collections of validation
33 lines (32 loc) • 701 B
JSON
{
"name": "better-validation",
"version": "1.0.6",
"description": "Collections of validation",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litong534/better-validation.git"
},
"keywords": [
"validate",
"validation",
"RegExp"
],
"author": "rozwel",
"license": "MIT",
"bugs": {
"url": "https://github.com/litong534/better-validation/issues"
},
"homepage": "https://github.com/litong534/better-validation#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0"
}
}