forked from m0dch3n/vue-cli-plugin-cordova
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1014 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
40
{
"name": "vue-cli-plugin-cordova",
"version": "2.3.7",
"description": "vue-cli 3.x plugin for Apache Cordova",
"main": "index.js",
"scripts": {
"release": "standard-version",
"lint": "eslint *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m0dch3n/vue-cli-plugin-cordova.git"
},
"keywords": [
"vue",
"cordova",
"vue-cli"
],
"author": "m0dch3n",
"license": "MIT",
"bugs": {
"url": "https://github.com/m0dch3n/vue-cli-plugin-cordova/issues"
},
"homepage": "https://github.com/m0dch3n/vue-cli-plugin-cordova#readme",
"dependencies": {
"@vue/cli-shared-utils": "^3.4.0",
"address": "^1.0.3",
"cordova-plugin-device": "^2.0.1",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"hasbin": "^1.2.3",
"html-webpack-include-assets-plugin": "^1.0.4",
"portfinder": "^1.0.20"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-vue-libs": "^3.0.0",
"standard-version": "^6.0.1"
}
}