forked from MetinSeylan/Vue-Laravel-Validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "vue-laravel-validator",
"description": "Laravel validation error handler for vuejs",
"author": "Metin Seylan",
"license": "MIT",
"main": "dist/build.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"cross-env": "^2.0.0",
"webpack": "^1.13.2"
},
"dependencies": {
"vue": "^1.0.26",
"vue-resource": "^0.9.3"
},
"version": "1.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/MetinSeylan/VueLaravelValidator.git"
},
"keywords": [
"vuejs",
"laravel",
"validator",
"vuejs",
"validate",
"form"
],
"bugs": {
"url": "https://github.com/MetinSeylan/VueLaravelValidator/issues"
},
"homepage": "https://github.com/MetinSeylan/VueLaravelValidator#readme"
}