-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (42 loc) · 1.34 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
{
"name": "react-native-button-spinner",
"version": "0.1.4",
"description": "This is a Javascript button indicator (spinner) plugin for react-native. Which will allow you to configure the indicator under or lock the button. So the plug-in stops the indicator after completing the function or interrupting it after a certain time.",
"keywords": [
"react-native",
"react-native-button-spinner",
"react-native-button-loading",
"react-native-spinner",
"react-native-button",
"react-native button with spinner",
"react-native button with loader",
"react-native button with loading"
],
"author": "Igor Rosliakov",
"license": "MIT",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sozdayka/react-native-button-spinner.git"
},
"dependencies": {
"prop-types": "15.5.10"
},
"peerDependencies": {
"react": "^16.0.0-beta.5",
"react-native": "^0.49.1"
},
"devDependencies": {
"babel-jest": "22.4.4",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.4",
"react-test-renderer": "16.3.1"
},
"bugs": {
"url": "https://github.com/sozdayka/react-native-button-spinner/issues"
},
"homepage": "https://github.com/sozdayka/react-native-button-spinner#readme"
}