forked from satya164/react-native-tab-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "react-native-tab-view",
"version": "0.0.39",
"description": "Tab view component for React Native",
"main": "index.js",
"files": [
"src/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/**/*.js",
"flow": "flow"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"android",
"tab",
"swipe",
"scrollable",
"coverflow"
],
"repository": {
"type": "git",
"url": "git+https://github.com/satya164/react-native-tabview.git"
},
"author": "Satyajit Sahoo <[email protected]> (https://github.com/satya164/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/satya164/react-native-tabview/issues"
},
"homepage": "https://github.com/satya164/react-native-tabview#readme",
"devDependencies": {
"babel-eslint": "^7.1.0",
"eslint": "^3.9.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-react": "^6.5.0",
"eslint-plugin-react-native": "^2.0.0",
"flow-bin": "^0.33.0",
"react": "latest",
"react-addons-shallow-compare": "latest",
"react-native": "latest"
},
"peerDependencies": {
"react": "*",
"react-addons-shallow-compare": "*",
"react-native": "*"
}
}