-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
37 lines (37 loc) · 954 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
{
"name": "vue-cli-plugin-cordova",
"version": "1.0.0-beta.9",
"description": "vue-cli 3.x plugin for Apache Cordova",
"main": "index.js",
"scripts": {
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dekimasoon/vue-cli-plugin-cordova.git"
},
"keywords": [
"vue",
"cordova",
"vue-cli"
],
"author": "dekimasoon",
"license": "MIT",
"bugs": {
"url": "https://github.com/dekimasoon/vue-cli-plugin-cordova/issues"
},
"homepage": "https://github.com/dekimasoon/vue-cli-plugin-cordova#readme",
"dependencies": {
"@vue/cli-shared-utils": "^3.0.0-beta.6",
"address": "^1.0.3",
"cordova-plugin-device": "^2.0.1",
"ejs": "^2.5.7",
"html-webpack-include-assets-plugin": "^1.0.4",
"portfinder": "^1.0.13"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-plugin-vue-libs": "^2.1.0",
"standard-version": "^4.3.0"
}
}