forked from droibit/react-native-custom-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 961 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
{
"name": "react-native-custom-tabs",
"version": "0.1.8",
"description": "Chrome Custom Tabs for React Native.",
"keywords": [
"react-native",
"chrome",
"custom-tabs"
],
"author": {
"name": "Shinya Kumagai",
"email": "roomful.rooms@gmail.com"
},
"homepage": "https://github.com/droibit/react-native-custom-tabs",
"bugs": {
"url": "https://github.com/droibit/react-native-custom-tabs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/droibit/react-native-custom-tabs"
},
"license": "Apache-2.0",
"scripts": {
"lint": "eslint ./src ./index.js"
},
"peerDependencies": {
"react-native": "*",
"react": "*"
},
"devDependencies": {
"react-native": "0.42.3",
"react": "15.4.2",
"babel-preset-react-native": "1.x.x",
"eslint": "3.x.x",
"eslint-plugin-babel": "3.x.x",
"eslint-plugin-react": "6.x.x",
"eslint-plugin-react-native": "2.x.x"
}
}