-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 888 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
{
"name": "react-native-router-native",
"version": "0.2.2",
"description": "Easy native navigation with react-native-controllers (forked) and declarative RNRF syntax (react-native-router-flux) (iOS is supported at this time)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aksonov/react-native-router-native.git"
},
"keywords": [
"react-native",
"react-components",
"react-component",
"react-native-router-flux",
"ios",
"navigation"
],
"author": "Pavlo Aksonov",
"license": "ISC",
"bugs": {
"url": "https://github.com/aksonov/react-native-router-native/issues"
},
"homepage": "https://github.com/aksonov/react-native-router-native#readme",
"dependencies": {
"react-native-ios-controllers": "^2.1.41"
}
}