-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.41 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.41 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
46
47
48
49
50
51
52
53
54
{
"name": "react-native-button-wrapper",
"title": "React Native Button Wrapper",
"version": "1.0.16",
"description": "Button Wrapper for React Native.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"button",
"button wrapper",
"native-base button",
"touchableOpacity",
"double press",
"double click",
"double tap"
],
"author": "Vijay <vijaykrishna@mroads.com>",
"license": "MIT",
"licenseFilename": "LICENSE",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^4.5.3",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"react": "^16.8.3",
"react-native": "^0.59.10"
},
"dependencies": {
"native-base": "^2.13.8"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mroads/react-native-button-wrapper.git"
},
"bugs": {
"url": "https://github.com/mroads/react-native-button-wrapper/issues"
},
"homepage": "https://github.com/mroads/react-native-button-wrapper#readme"
}