forked from cowbell/cordova-plugin-geofence
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.11 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "cordova-plugin-geofence",
"version": "0.6.0",
"description": "Cordova geofence plugin",
"cordova": {
"id": "cordova-plugin-geofence",
"platforms": [
"android",
"ios",
"wp8",
"windows8",
"windows"
]
},
"scripts": {
"test": "cordova-paramedic --platform android --plugin ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/cowbell/cordova-plugin-geofence.git"
},
"keywords": [
"cordova",
"plugin",
"geofence",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp8",
"cordova-windows8",
"cordova-windows"
],
"author": "Cowbell Labs",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cowbell/cordova-plugin-geofence/issues"
},
"homepage": "https://github.com/cowbell/cordova-plugin-geofence#readme",
"engines": [
{
"name": "cordova",
"version": ">=5.0.0"
}
],
"typings": "./typings/cordova-plugin-geofence.d.ts",
"devDependencies": {
"cordova": "^6.1.1",
"cordova-paramedic": "https://github.com/apache/cordova-paramedic"
}
}