-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "react-native-progress-button",
"version": "1.0.3",
"description": "A react native progress button for Android and IOS",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/eslint *.js src/",
"travis": "./node_modules/.bin/jshint *.js src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xinghui0000/react-native-progress-button.git"
},
"keywords": [
"ProgressButton",
"react-native"
],
"author": "xinghui0000 <xinghui0000@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xinghui0000/react-native-progress-button/issues"
},
"homepage": "https://github.com/xinghui0000/react-native-progress-button#readme",
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.16.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"jshint": "^2.9.5"
},
"peerDependencies": {
"react-native": ">=0.40.0",
"react": ">=16.0.0-alpha.12"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}