forked from t4t5/react-native-router
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
34 lines (34 loc) · 1010 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
{
"name": "gb-native-router",
"version": "0.6.0",
"description": "Easy to use Navigator for your native app.",
"author": "Mikael Carpenter <[email protected]>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/MikaelCarpenter/gb-native-router.git"
},
"keywords": [
"react",
"react-component",
"react-native",
"ios",
"navigation",
"navigation-bar",
"navbar",
"router"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MikaelCarpenter/gb-native-router/issues"
},
"homepage": "https://github.com/MikaelCarpenter/gb-native-router",
"dependencies": {},
"peerDependencies": {
"react-native": ">=0.12.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc || 0.15.0-rc || 0.16.0-rc",
"fbemitter": "^2.0.0"
}
}