vue-dotnet-validator
Version:
A vuejs validator for .NET forms.
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "vue-dotnet-validator",
"version": "2.1.0",
"main": "dist/index.js",
"module": "index.js",
"author": {
"name": "Ted de Koning",
"email": "ted@q42.nl",
"url": "http://q42.com"
},
"license": "MIT",
"homepage": "https://github.com/Q42/vue-dotnet-validator",
"repository": "Q42/vue-dotnet-validator",
"files": [
"dist/",
"src/",
"example.html",
"example.js",
"index.js"
],
"scripts": {
"prepublishOnly": "npm i && npm run build && npm run test",
"build": "webpack --mode=production",
"watch": "webpack --watch",
"watch:production": "webpack --watch --mode=production",
"test": "jest --verbose --coverage",
"test:watch": "jest --verbose --watch"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"jest": "^24.9.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
},
"peerDependencies": {
"vue": "2.x"
},
"keywords": [
"vue",
"dotnet",
".net",
"validate",
"validation"
],
"dependencies": {}
}