roam-reactnative
Version:
This plugin allows to use the Roam.ai SDK in your React Native mobile application on iOS and Android.
39 lines (38 loc) • 861 B
JSON
{
"name": "roam-reactnative",
"description": "This plugin allows to use the Roam.ai SDK in your React Native mobile application on iOS and Android.",
"homepage": "https://roam.ai",
"license": "MIT",
"version": "0.1.25",
"author": "Roam B.V",
"main": "js/index.js",
"dependencies": {
"typescript": "^4.2.4"
},
"bugs": {
"url": "https://github.com/geosparks/roam-reactnative/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/geosparks/roam-reactnative"
},
"keywords": [
"location",
"android",
"roam",
"sdk",
"ios",
"gps",
"tracking",
"react",
"react-native"
],
"devDependencies": {
"@types/react-native": "^0.64.5",
"react": ">= 15.4.2",
"react-native": "^0.41.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}