forked from satya164/react-native-tab-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.52 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
{
"name": "react-native-tab-view",
"version": "0.0.57",
"description": "Tab view component for React Native",
"main": "index.js",
"files": [
"src/"
],
"scripts": {
"test": "jest",
"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 <satyajit.happy@gmail.com> (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.1",
"babel-jest": "^18.0.0",
"babel-preset-react-native": "^1.9.1",
"enzyme": "^2.7.1",
"enzyme-to-json": "^1.4.5",
"eslint": "^3.12.2",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.29.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-react-native": "^2.2.1",
"flow-bin": "^0.36.0",
"jest": "^18.1.0",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-native": "^0.40.0",
"react-test-renderer": "^15.4.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "react-native"
}
}