-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 861 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 861 Bytes
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
{
"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"
}
}