-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevothings.json
38 lines (38 loc) · 964 Bytes
/
evothings.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
{
"name": "ibeacon-scan",
"version": "1.0.0",
"title": "iBeacon Scan",
"description": "App that scans for iBeacons to be used as a starting point for iBeacons apps.",
"tags": [
{
"label": "ibeacon",
"type": "platform"
},
{
"label": "ble",
"type": "comm"
}
],
"libraries": [
{
"name": "jquery",
"version": "2.1.1"
}
],
"plugins": [
{
"name": "cordova-plugin-ibeacon",
"version": "3.4.3"
},
{
"name": "de.appplant.cordova.plugin.local-notification",
"version": "0.8.4"
}
],
"index-file": "index.html",
"uuid": "5ec7a36e-2dd4-4171-800d-88331ed2229d",
"icon": "app-icon.png",
"doc-url": "http://evothings.com/2.2/doc/examples/ibeacon-scan.html",
"long-description": "App that scans for iBeacons to be used as a starting point for iBeacons apps.",
"cordova-id": "com.evothings.examples.ibeaconscan"
}