aurelia-validatejs
Version:
This is a plugin that will allow using validate.js in your Aurelia application for expressive validation.
27 lines (26 loc) • 685 B
JSON
{
"name": "aurelia-validatejs",
"version": "0.7.0",
"description": "This is a plugin that will allow using validate.js in your Aurelia application for expressive validation.",
"keywords": [
"aurelia",
"plugin",
"validate.js"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/index.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"Patrick Walters <patrickwaltersc21@yahoo.com> (http://patrickwalters.net/)"
],
"repository": {
"type": "git",
"url": "https://github.com/aurelia/validatejs"
},
"dependencies": {
"aurelia-metadata": "^1.0.0",
"aurelia-validation": "^0.11.0",
"validate.js": "^0.10.0"
}
}