forked from petermetz/cordova-plugin-ibeacon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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.4.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) <peter.metz@unarin.com>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/petermetz/cordova-plugin-ibeacon/issues"
},
"homepage": "https://github.com/petermetz/cordova-plugin-ibeacon"
}