-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 940 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
{
"name": "vuelidate-error-helper",
"version": "1.0.3",
"description": "Vuelidate error messages helper",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e200/vuelidate-error-helper.git"
},
"keywords": [
"vuelidate",
"error",
"messages",
"helper",
"vue"
],
"author": "Eleandro Duzentos",
"license": "MIT",
"bugs": {
"url": "https://github.com/e200/vuelidate-error-helper/issues"
},
"homepage": "https://github.com/e200/vuelidate-error-helper#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0-beta.2",
"gulp-rename": "^1.3.0",
"gulp-uglify": "^3.0.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4"
}
}