forked from alex-melnyk/react-native-multibar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 823 Bytes
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
{
"name": "react-native-multibar",
"version": "0.0.12",
"description": "MultiBar is a TabBar component with an advanced button to make extra actions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-melnyk/react-native-multibar.git"
},
"keywords": [
"React",
"Native",
"Navigation",
"TabBar"
],
"author": "Alex Melnyk",
"license": "ISC",
"bugs": {
"url": "https://github.com/alex-melnyk/react-native-multibar/issues"
},
"homepage": "https://github.com/alex-melnyk/react-native-multibar#readme",
"peerDependencies": {
"babel-preset-react-native": "^4.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-native": "^0.60.4"
}
}