-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
44
{
"name": "rn-dashed-circular-indicator",
"version": "1.2.3",
"description": "A simple fully customizable Dashed Circular indicator for React Native",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naheed-shamim/dashed-circular-indicator.git"
},
"keywords": [
"react-native",
"progress",
"bar",
"circular",
"progress",
"bar",
"circular",
"indicator",
"mobile",
"ios",
"progress",
"indicator",
"dashed-indicator",
"dashed-progress",
"dashed-circular-indicator",
"dashed-circular-progress"
],
"author": "Naheed Shamim",
"license": "MIT",
"bugs": {
"url": "https://github.com/naheed-shamim/dashed-circular-indicator/issues"
},
"homepage": "https://github.com/naheed-shamim/dashed-circular-indicator#readme",
"dependencies": {
"prop-types": "^15.7.2",
"react-native-svg": ">=6.5.1"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.63.0"
}
}