-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 835 Bytes
/
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
{
"name": "react-native-route-navigator",
"version": "1.0.2",
"description": "React-Native page navigation using URIs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andr3wHur5t/react-native-route-navigator.git"
},
"author": "Andrew Hurst",
"license": "MIT",
"bugs": {
"url": "https://github.com/Andr3wHur5t/react-native-route-navigator/issues"
},
"homepage": "https://github.com/Andr3wHur5t/react-native-route-navigator#readme",
"dependencies": {
"route-parser": "0.0.4"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"navigator",
"URI",
"route",
"express"
],
"peerDependencies": {
"react-native": ">=0.5"
}
}