ab-formvalidation
Version:
AB-formValidation is a vanilla form validation system based on HTML5 form API.
37 lines (36 loc) • 1.01 kB
JSON
{
"name": "ab-formvalidation",
"version": "1.0.4",
"description": "AB-formValidation is a vanilla form validation system based on HTML5 form API.",
"main": "AB-formValidation.js",
"repository": {
"type": "git",
"url": "https://github.com/lordfpx/AB-formValidation.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags && npm publish",
"build": "webpack index.js dist/AB-formValidation.js && webpack index.js dist/AB-formValidation.min.js --optimize-minimize"
},
"keywords": [
"javascript",
"native",
"form",
"validation",
"vanilla",
"another-brick",
"AB"
],
"author": "Thierry Philippe (@lordfpx)",
"license": "ISC",
"bugs": {
"url": "https://github.com/lordfpx/AB-formValidation/issues"
},
"homepage": "https://github.com/lordfpx/AB-formValidation#readme",
"dependencies": {
"another-brick": "^1.2.0"
},
"devDependencies": {
"webpack": "^3.3.0"
}
}