-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.09 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"_from": "react-native-scrollable-tab-view",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-7FWw9X2hLozWqpGJTAU/p7ONdTTO635bbAZ5AUPDrB4JwaLbhNV6ePjsNUjsCaopgCwz/EdmH0hTCPeja9dh4w==",
"_location": "/react-native-scrollable-tab-view",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-scrollable-tab-view",
"name": "react-native-scrollable-tab-view",
"escapedName": "react-native-scrollable-tab-view",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-scrollable-tab-view/-/react-native-scrollable-tab-view-0.10.0.tgz",
"_shasum": "8ce7908254685ee37d35df7d849676eaa1e81132",
"_spec": "react-native-scrollable-tab-view",
"_where": "C:\\RN\\mingli-sifu-react-native",
"author": {
"name": "Brent Vatne"
},
"bugs": {
"url": "https://github.com/brentvatne/react-native-scrollable-tab-view/issues"
},
"bundleDependencies": false,
"dependencies": {
"create-react-class": "^15.6.2",
"prop-types": "^15.6.0",
"react-timer-mixin": "^0.13.3"
},
"deprecated": false,
"description": "[![npm version](https://badge.fury.io/js/react-native-scrollable-tab-view.svg)](https://badge.fury.io/js/react-native-scrollable-tab-view)",
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": ">=4.18.2"
},
"homepage": "https://github.com/brentvatne/react-native-scrollable-tab-view#readme",
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"tab",
"scrollable"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-scrollable-tab-view",
"peerDependencies": {
"react-native": ">=0.20.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brentvatne/react-native-scrollable-tab-view.git"
},
"scripts": {
"lint": "eslint -c .eslintrc . --ignore-path .gitignore",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.10.2"
}