forked from vetrslav/react-native-circles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 994 Bytes
/
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
45
{
"name": "react-native-circles",
"version": "1.0.1",
"description": "React Native multi progress ring and arc component",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/vetrslav/react-native-circles.git"
},
"keywords": [
"React Native",
"Circle",
"Circles",
"Svg",
"Progress",
"multi",
"arc",
"chart",
"arcs",
"pie",
"sector",
"progress"
],
"author": {
"name": "Sviataslau Vetrau",
"email": "vetrlav@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vetrslav/react-native-circles/issues"
},
"homepage": "https://github.com/vetrslav/react-native-circles#readme",
"devDependencies": {
"babel-eslint": "^8.2.3",
"typescript": "^3.5.3",
"@types/react": "^16.8.23",
"@types/react-native": "^0.60.0"
},
"peerDependencies": {
"react": ">=15.0.0",
"react-native": "*",
"react-native-svg": ">=7.0.0"
}
}