-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.46 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.46 KB
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
41
42
43
44
45
46
47
{
"name": "react-native-simple-router",
"version": "0.8.4",
"description": "Easy to use Navigator for your react-native app.",
"author": "Tristan Edwards <tristan.edwards@me.com> (http://tristanedwards.me)",
"contributors": [
"Mikael Carpenter",
"Nicolas Charpentier",
"David Leonardi"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/react-native-simple-router-community/react-native-simple-router.git"
},
"keywords": [
"react",
"react-component",
"react-native",
"ios",
"navigation",
"navigation-bar",
"navbar",
"router",
"simple"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-simple-router-community/react-native-simple-router/issues"
},
"homepage": "https://github.com/react-native-simple-router-community/react-native-simple-router",
"dependencies": {
"aspect-js": "^1.0.3",
"underscore": "^1.8.3"
},
"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 || 0.17.0-rc || 0.18.0-rc || 0.19.0-rc || 0.20.0-rc || 0.20.0-rc1 || 0.21.0-rc"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-airbnb": "^3.1.0",
"eslint-plugin-react": "^3.15.0"
}
}