-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 819 Bytes
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
{
"name": "native-tabs",
"version": "1.3.1",
"description": "React Native Tabs",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/njnest/native-tabs.git"
},
"keywords": [
"react",
"react-native",
"react-tabs",
"tabs",
"native-tabs"
],
"author": "Nick Nesterov",
"license": "MIT",
"bugs": {
"url": "https://github.com/njnest/native-tabs/issues"
},
"homepage": "https://github.com/njnest/native-tabs#readme",
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "16.0.0-alpha.* || ^16.0.0",
"react-native": "^0.40.0"
},
"devDependencies": {
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1"
}
}