forked from gbertoncelli/react-native-circular-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.76 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.76 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"_from": "react-native-circular-slider",
"_id": "react-native-circular-slider@1.0.1",
"_inBundle": false,
"_integrity": "sha1-nWXAurkobE18t6tUBik0PeyM6CQ=",
"_location": "/react-native-circular-slider",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-circular-slider",
"name": "react-native-circular-slider",
"escapedName": "react-native-circular-slider",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-circular-slider/-/react-native-circular-slider-1.0.1.tgz",
"_shasum": "9d65c0bab9286c4d7cb7ab540629343dec8ce824",
"_spec": "react-native-circular-slider",
"_where": "/Users/zeppingdev/Projects/sicce_contrall_test",
"author": {
"name": "Bart Gryszko",
"email": "b@gryszko.com"
},
"bugs": {
"url": "https://github.com/bgryszko/react-native-circular-slider/issues"
},
"bundleDependencies": false,
"dependencies": {
"d3-interpolate": "^1.1.2",
"lodash.range": "^3.2.0",
"react-native-svg": ">=6.4.1"
},
"deprecated": false,
"description": "React Native component for creating circular slider",
"files": [
"src",
"README.md"
],
"homepage": "https://github.com/bgryszko/react-native-circular-slider",
"keywords": [
"react",
"react-native",
"slider",
"chart",
"svg",
"bedtime",
"circular",
"circle",
"round",
"time",
"timer",
"react-component"
],
"license": "MIT",
"main": "src/CircularSlider.js",
"name": "react-native-circular-slider",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bgryszko/react-native-circular-slider.git"
},
"version": "1.0.1"
}