-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 777 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 777 Bytes
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
{
"name": "react-native-progress-display",
"version": "1.0.1",
"description": "React Native wrapper for SVProgressHUD library on iOS and KProgressHUD library on Android.",
"main": "progresshud.js",
"repository": {
"type": "git",
"url": "https://github.com/medlmobileenterprises/react-native-progress-display.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"mobile",
"loading-spinner",
"progress-hud",
"cocoapod"
],
"author": {
"name": "MEDL Mobile Enterprises",
"email": "dev@medlmobile.com"
},
"homepage": "https://github.com/medlmobileenterprises/react-native-progress-display",
"license": "MIT"
}