forked from eranabir/react-native-navigations-apps
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "react-native-navigation-apps",
"version": "1.0.27",
"description": "Open & Navigate With External Navigation Apps (Waze,GoogleMaps,iOS Maps) from react native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/eranabir/react-native-navigations-apps.git"
},
"keywords": [
"navigation",
"react-native",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"waze",
"google maps",
"maps"
],
"author": "eran abir",
"license": "ISC",
"bugs": {
"url": "https://github.com/eranabir/react-native-navigations-apps/issues"
},
"homepage": "https://github.com/eranabir/react-native-navigations-apps#readme",
"dependencies": {
"prop-types": "^15.6.1",
"react-native-actionsheet": "^2.4.2"
},
"devDependencies": {
"babel-jest": "23.0.1",
"babel-preset-react-native": "4.0.0",
"jest": "23.1.0",
"react": "16.3.1",
"react-native": "0.55.4",
"react-test-renderer": "16.3.1"
}
}