-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
31 lines (31 loc) · 978 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
{
"name": "com.jrlandau.robotcmdr",
"version": "0.0.11",
"displayName": "Robot Commander",
"cordova": {
"platforms": [
"android"
],
"plugins": {
"com.koalasafe.cordova.plugin.multicastdns": {},
"cordova-plugin-app-version": {},
"cordova-plugin-device": {},
"cordova-plugin-speechrecognition": {},
"cordova-plugin-tts": {},
"cordova-plugin-whitelist": {},
"cordova.plugins.diagnostic": {},
"cordova-plugin-network-information": {}
}
},
"dependencies": {
"com.koalasafe.cordova.plugin.multicastdns": "https://github.com/stevenpack/phonegap-multicastdns",
"cordova-android": "~6.2.3",
"cordova-plugin-app-version": "~0.1.9",
"cordova-plugin-device": "~1.1.6",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-speechrecognition": "~1.1.2",
"cordova-plugin-tts": "~0.2.3",
"cordova-plugin-whitelist": "1",
"cordova.plugins.diagnostic": "~3.5.0"
}
}