-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 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
{
"name": "react-native-button-component",
"version": "0.1.16",
"description": "A Beautiful, Customizable React Native Button component for iOS & Android",
"main": "index.js",
"typings": "index.d.ts",
"directories": {
"doc": "docs",
"example": "example"
},
"repository": {
"type": "git",
"url": "https://github.com/jacklam718/react-native-button-component.git"
},
"keywords": [
"react button",
"react-native",
"react-native-button-component",
"react-native-button",
"react native button",
"button",
"component",
"react-component",
"react-native-component",
"ios",
"android"
],
"author": "jacklam <jacklam718@gmail.com> (https://github.com/jacklam718)",
"license": "MIT",
"homepage": "https://github.com/jacklam718/react-native-button-component/blob/master/README.md",
"dependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"lodash": "^4.17.2",
"react-native-circular-progress": "github:jacklam718/react-native-circular-progress#v0.0.8",
"react-native-linear-gradient": "^2.0.0",
"react-native-spinkit": "^1.0.2"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.12.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "^6.8.0"
}
}