UNPKG

1.09 kBJSONView Raw
1{
2 "name": "vue-dotnet-validator",
3 "version": "2.0.1",
4 "main": "dist/index.js",
5 "module": "index.js",
6 "author": {
7 "name": "Ted de Koning",
8 "email": "ted@q42.nl",
9 "url": "http://q42.com"
10 },
11 "license": "MIT",
12 "homepage": "https://github.com/Q42/vue-dotnet-validator",
13 "repository": "Q42/vue-dotnet-validator",
14 "files": [
15 "dist/",
16 "src/",
17 "example.html",
18 "example.js",
19 "index.js"
20 ],
21 "scripts": {
22 "prepublishOnly": "npm i && npm run build && npm run test",
23 "build": "webpack --mode=production",
24 "watch": "webpack --watch",
25 "watch:production": "webpack --watch --mode=production",
26 "test": "jest --verbose --coverage",
27 "test:watch": "jest --verbose --watch"
28 },
29 "devDependencies": {
30 "@babel/core": "^7.5.5",
31 "@babel/preset-env": "^7.5.5",
32 "babel-loader": "^8.0.6",
33 "jest": "^24.9.0",
34 "webpack": "^4.39.2",
35 "webpack-cli": "^3.3.6"
36 },
37 "peerDependencies": {
38 "vue": "2.x"
39 },
40 "keywords": [
41 "vue",
42 "dotnet",
43 ".net",
44 "validate",
45 "validation"
46 ],
47 "dependencies": {}
48}