forked from Driversnote-Dev/react-native-kontaktio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.4 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
51
52
53
54
55
56
57
58
{
"name": "react-native-kontaktio",
"version": "4.1.0",
"description": "React-native module for detecting [Kontakt.io](http://kontakt.io/) beacons. You have to own some Kontakt.io beacons, configure them via their managment console and have your api-key handy.",
"main": "lib/index.js",
"types": "lib/types.d.ts",
"files": [
"KontaktBeacons.podspec",
"android/build.gradle",
"android/src",
"ios/",
"lib/**/*"
],
"keywords": [
"react-native",
"react-component",
"kontakt.io",
"beacon",
"beacons",
"ibeacon",
"eddystone",
"BLE",
"bluetooth"
],
"license": "MIT",
"homepage": "https://github.com/Driversnote-Dev/react-native-kontaktio",
"repository": {
"type": "git",
"url": "git+https://github.com/Driversnote-Dev/react-native-kontaktio.git"
},
"bugs": {
"url": "https://github.com/Driversnote-Dev/react-native-kontaktio/issues"
},
"author": "André Kovac",
"maintainers": [
{
"email": "[email protected]",
"name": "Jonas Åradsson"
},
{
"email": "[email protected]",
"name": "Martin Frisk Poulsen"
},
{
"email": "[email protected]",
"name": "André Kovac"
}
],
"scripts": {
"wml": "watchman watch-del . && wml start"
},
"nativePackage": true,
"dependencies": {},
"devDependencies": {
"@types/react-native": "^0.70.4",
"typescript": "^4.8.4"
}
}