-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.36 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
{
"name": "react-native-spinkit-button",
"version": "1.2.1",
"description": "React Native loading buttons, with react-native-spinkit multiple animated loading indicators",
"main": "src/index.js",
"scripts": {
"test": "echo \\\"No test specified\\\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taimoorsultani/react-native-spinkit-button.git"
},
"keywords": [
"react-native",
"react-ntive-spinkit",
"react-native-spinkit-button",
"react-native-spinkit-buttons",
"react-native-spinner-button",
"react-native-spinner-buttons",
"react-native-loading-button",
"react-native-loading-buttons",
"button",
"react native",
"react native button",
"react native loading button",
"spinner button",
"loader button",
"indicator button",
"react component"
],
"author": {
"name": "Muhammad Taimoor Sultani",
"email": "taimoor.sultani@icloud.com",
"url": "https://github.com/taimoorsultani"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/taimoorsultani/react-native-spinkit-button/issues"
},
"homepage": "https://github.com/taimoorsultani/react-native-spinkit-button#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"prop-types": "^15.8.1",
"react-native-spinkit": "^1.5.1"
}
}