-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
40
41
42
43
44
45
{
"name": "react-native-scrollable-tabstring",
"version": "0.0.8",
"private": false,
"description": "a scrollable list with animated horizontal tab when scrolling",
"main": "src/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoangthongbui/react-native-scrollable-tabstring.git"
},
"keywords": [
"react",
"native",
"tab",
"scroll",
"string",
"navigator",
"tabstring",
"stringtab",
"scrollable",
"horizontal",
"animated",
"component",
"scrollview",
"ios",
"android"
],
"author": "Thong Bui",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoangthongbui/react-native-scrollable-tabstring/issues"
},
"homepage": "https://github.com/hoangthongbui/react-native-scrollable-tabstring/blob/master/README.md",
"dependencies": {
"prop-types": "^15.7.2",
"eslint": "7.10.0",
"prettier": "2.1.2"
}
}