forked from Traviskn/react-router-native-stack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 973 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
36
37
38
39
40
{
"name": "react-router-native-stack",
"version": "0.0.15",
"description": "A stack navigation component for react-router-native",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Traviskn/react-router-native-stack.git"
},
"files": [
"lib/"
],
"keywords": [
"react",
"router",
"navigation",
"react-router",
"react-native"
],
"author": "Travis Nuttall",
"license": "MIT",
"bugs": {
"url": "https://github.com/Traviskn/react-router-native-stack/issues"
},
"homepage": "https://github.com/Traviskn/react-router-native-stack#readme",
"peerDependencies": {
"prop-types": "^15.5.10",
"react": ">=15",
"react-native": ">=0.44",
"react-router-native": ">=4.1.0"
},
"devDependencies": {
"eslint": "^4.4.1",
"eslint-config-expo": "^6.0.0-rc.3",
"prettier": "^1.5.3"
}
}