forked from petermetz/cordova-plugin-ibeacon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "com.unarin.cordova.beacon",
"version": "3.8.2",
"description": "Proximity Beacon Monitoring and Transmission Plugin (supporting iBeacons)",
"cordova": {
"id": "com.unarin.cordova.beacon",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/julienperrault/cordova-plugin-ibeacon.git"
},
"keywords": [
"cordova",
"ibeacon",
"beacon",
"bluetooth",
"le",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"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",
"devDependencies": {
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.0.1",
"husky": "^2.2.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}