forked from timomeh/react-native-material-bottom-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 897 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
{
"name": "react-native-material-bottom-navigation",
"version": "0.4.1",
"description": "JS Implementation of the Material Design Guidelines' Bottom Navigation for react-native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/timomeh/react-native-material-bottom-navigation.git"
},
"bugs": {
"url": "https://github.com/timomeh/react-native-material-bottom-navigation/issues"
},
"author": "Timo Mämecke <maemecketimo@gmail.com>",
"license": "MIT",
"keywords": [
"react-native",
"material",
"bottomnavigation",
"bottom navigation",
"ios",
"android",
"react-component",
"react-navigation"
],
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"react-test-renderer": "~15.4.0"
},
"jest": {
"preset": "react-native"
}
}