forked from petermetz/cordova-plugin-ibeacon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 792 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
{
"name": "com.unarin.cordova.beacon",
"version": "3.6.1",
"description": "Proximity Beacon Monitoring and Transmission Plugin (supporting iBeacons)",
"cordova": {
"id": "com.unarin.cordova.beacon",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/petermetz/cordova-plugin-ibeacon.git"
},
"keywords": [
"cordova",
"ibeacon",
"beacon",
"bluetooth",
"le",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"author": "Peter Metz (Somogyvari) <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/petermetz/cordova-plugin-ibeacon/issues"
},
"homepage": "https://github.com/petermetz/cordova-plugin-ibeacon"
}