-
Notifications
You must be signed in to change notification settings - Fork 190
/
package.json
47 lines (47 loc) · 1.01 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
45
46
47
{
"name": "react-native-circular-slider",
"version": "1.0.1",
"description": "React Native component for creating circular slider",
"main": "src/CircularSlider.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bgryszko/react-native-circular-slider.git"
},
"keywords": [
"react",
"react-native",
"slider",
"chart",
"svg",
"bedtime",
"circular",
"circle",
"round",
"time",
"timer",
"react-component"
],
"author": {
"name": "Bart Gryszko",
"email": "[email protected]"
},
"files": [
"src",
"README.md"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bgryszko/react-native-circular-slider/issues"
},
"homepage": "https://github.com/bgryszko/react-native-circular-slider",
"dependencies": {
"d3-interpolate": "^1.1.2",
"lodash.range": "^3.2.0",
"prop-types": "^15.7.2",
"react-native-svg": "^5.1.5"
},
"peerDependencies": {
"react-native": ">=0.40.0",
"react": ">=15.4.0"
}
}