@aofl/form-validate
Version:
Form validation mixin for AoflElement
51 lines (50 loc) • 1.33 kB
JSON
{
"name": "@aofl/form-validate",
"version": "3.14.2",
"description": "Form validation mixin for AoflElement",
"main": "index.js",
"browser": "dist/index.js",
"module": "index.js",
"typings": "types.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-ci": "cross-env NODE_ENV=production aofl build --debug",
"build": "cross-env NODE_ENV=production npx aofl build",
"build:dev": "cross-env NODE_ENV=development npx aofl build",
"prepublishOnly": "npm run build-ci && npm run docs",
"docs": "npx jsdoc -c .jsdocrc.json ."
},
"repository": {
"type": "git",
"url": "git@github.com:AgeOfLearning/aofl.git"
},
"keywords": [
"aofljs",
"@aofl/aofl-validate",
"validation",
"validate",
"form",
"form validation",
"isRequired",
"isEqual",
"minLength",
"maxLength",
"isAllDigits"
],
"author": "Arian Khosravi <arian.khosravi@aofl.com>",
"contributors": [
"Daniel Belisle <daniel.belisle@aofl.com>",
"Micah Blu <micah.blu@aofl.com>"
],
"license": "MIT",
"devDependencies": {
"@aofl/cli": "^3.14.1",
"@aofl/object-utils": "^3.14.1",
"cross-env": "^6.0.3",
"jsdoc": "^3.6.3",
"tsd-jsdoc": "^2.4.0"
},
"peerDependencies": {
"@aofl/object-utils": ">=> 3.0.0 < 4"
}
}