v-validate
Version:
Input validation for Vue
31 lines (30 loc) • 605 B
JSON
{
"name": "v-validate",
"version": "0.1.4",
"description": "Input validation for Vue",
"main": "src/v-validate.js",
"scripts": {
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/appstract/v-validate.git"
},
"keywords": [
"appstract",
"vue",
"validate",
"validator",
"form",
"input"
],
"author": "Appstract",
"license": "MIT",
"bugs": {
"url": "https://github.com/appstract/v-validate/issues"
},
"homepage": "https://github.com/appstract/v-validate",
"devDependencies": {
"eslint": "^3.7.1"
}
}