forked from valdio/react-native-scrollable-tabview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 833 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": "@valdio/react-native-scrollable-tabview",
"version": "0.8.12",
"description": "",
"main": "lib/index.js",
"scripts": {
"lint": "eslint -c .eslintrc . --ignore-path .gitignore",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valdio/react-native-scrollable-tabview.git"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"tab",
"scrollable"
],
"author": "Valdio Veliu <Valdio Veliu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/valdio/react-native-scrollable-tabview/issues"
},
"peerDependencies": {},
"homepage": "https://github.com/valdio/react-native-scrollable-tabview#readme",
"dependencies": {},
"devDependencies": {}
}