-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 793 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 793 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
{
"name": "react-native-simple-progressbar",
"version": "0.0.1",
"description": "A simple, lightweight and full customizable progress bar for React Native",
"license": "MIT",
"main": "index.js",
"keywords": [
"react-native",
"react-native-simple-progressbar",
"react",
"progress",
"progressbar",
"progress-bar"
],
"author": {
"name": "Dinesh Maharjan",
"email": "httpdeveloper@gmail.com",
"url": "https://github.com/httpdeveloper"
},
"bugs": {
"url": "https://github.com/httpdeveloper/react-native-simple-progressbar/issues"
},
"homepage": "https://github.com/httpdeveloper/react-native-simple-progressbar",
"repository": {
"type": "git",
"url": "https://github.com/httpdeveloper/react-native-simple-progressbar"
}
}