forked from dbgithub/UDBeaconizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 933 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
{
"name": "es.deusto.udbeaconizer",
"version": "3.4.0",
"displayName": "UD Finder",
"cordova": {
"platforms": [
"android"
],
"plugins": {
"cordova-plugin-ble": {},
"cordova-plugin-bluetooth-serial": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-googleplus": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-x-toast": {},
"cordova-plugin-device-motion": {}
}
},
"dependencies": {
"cordova-android": "~6.2.3",
"cordova-plugin-device-motion": "^1.2.5",
"cordova-plugin-googleplus": "https://github.com/EddyVerbruggen/cordova-plugin-googleplus.git",
"cordova-plugin-x-toast": "https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git"
}
}