UNPKG

react-native-kontaktio

Version:

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.

59 lines (58 loc) 1.43 kB
{ "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": "ja@driversnote.com", "name": "Jonas Åradsson" }, { "email": "mf@driversnote.com", "name": "Martin Frisk Poulsen" }, { "email": "me@andrekovac.com", "name": "André Kovac" } ], "scripts": { "wml": "watchman watch-del . && wml start" }, "nativePackage": true, "dependencies": {}, "devDependencies": { "@types/react-native": "^0.70.4", "typescript": "^4.8.4" } }