-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 778 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 778 Bytes
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
{
"name": "vue-cli-plugin-corber",
"version": "1.0.0",
"description": "vue-cli 3.x plugin for corber",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/isleofcode/vue-cli-plugin-corber"
},
"scripts": {
"lint": "eslint *.js"
},
"keywords": [
"vue",
"vue-cli",
"corber",
"cordova",
"hybrid"
],
"author": "Alex Blom <alex@isleofcode.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/isleofcode/corber/issues"
},
"homepage": "https://corber.io",
"dependencies": {
"@vue/cli-shared-utils": "^3.4.0",
"glob": "^7.1.3",
"html-webpack-include-assets-plugin": "^1.0.7"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-vue": "^5.2.2"
}
}