forked from jineshshah36/react-native-nav
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.24 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.24 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
48
49
50
51
52
53
54
55
{
"name": "react-native-nav",
"version": "1.2.0",
"description": "A cross-platform (iOS / Android), fully customizable, React Native Navigation Bar component.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react-native": ">= 0.16"
},
"devDependencies": {
"babel-eslint": "^6.0.0",
"eslint": "^2.5.1",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-flowtype": "^2.2.2",
"eslint-plugin-react": "^4.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jineshshah36/react-native-nav.git"
},
"keywords": [
"react",
"native",
"ios",
"android",
"navigation",
"bar",
"component",
"customizable",
"navbar",
"nav",
"app"
],
"author": {
"email": "jineshshah36@gmail.com",
"name": "Jinesh Shah",
"url": "https://github.com/jineshshah36"
},
"maintainers": [
{
"email": "jineshshah36@gmial.com",
"name": "Jinesh Shah"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jineshshah36/react-native-nav/issues"
},
"homepage": "https://github.com/jineshshah36/react-native-nav#readme"
}