-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (30 loc) · 879 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
{
"name": "react-native-scrollable-tab-view-mask-bar",
"version": "1.0.8",
"description": "this is a custom tab bar for react-native-scrollable-tab-view",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WaterEye0o/react-native-scrollable-tab-view-mask-bar.git"
},
"keywords": [
"react",
"react-native",
"scroll",
"react-native-scrollable-tab-view"
],
"author": "WateryEye",
"license": "ISC",
"bugs": {
"url": "https://github.com/WaterEye0o/react-native-scrollable-tab-view-mask-bar/issues"
},
"dependencies": {
"react-timer-mixin": "^0.13.3",
"prop-types": "^15.6.0",
"create-react-class": "^15.6.2"
},
"homepage": "https://github.com/WaterEye0o/react-native-scrollable-tab-view-mask-bar#readme"
}