-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.42 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "io.silvermast.wotcc",
"displayName": "WoT Character Compendium",
"version": "2.5.0",
"description": "Wheel of Time Character Compendium.",
"repository": "github.com/chordstricken/wotcc.git",
"main": "index.js",
"scripts": {
"build": "bin/build-all.sh",
"build-android": "bin/build-android.sh",
"build-ios": "bin/build-ios.sh",
"deploy": "bin/deploy.sh",
"serve": "bin/run-webserver.sh",
"cordova": "cordova",
"compile": "grunt",
"list-android-devices": "cordova run android --list",
"list-ios-devices": "cordova run ios --list",
"emulate-nexus-5x": "cordova run android --emulator --target=Nexus_5X_API_23",
"emulate-android-usb": "cordova run android --device",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jason Wright",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.21.2",
"bootstrap": "^4.4.1",
"cheerio": "^1.0.0-rc.10",
"compare-func": "^2.0.0",
"cordova": "^10.0.0",
"cordova-android": "^9.0.0",
"cordova-plugin-whitelist": "^1.3.2",
"jquery": "^3.5.1",
"vue": "^2.6.11"
},
"devDependencies": {
"cordova-ios": "^6.2.0",
"grunt": "^1.4.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"load-grunt-tasks": "^3.5.2"
},
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
"cordova-plugin-whitelist": {}
}
}
}