-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.22 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.22 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
{
"name": "react-native-circular-multiple-slider",
"version": "1.1.2",
"description": "React Native component for circular multiple slider and pie chart",
"main": "app/src/CircularMultipleSlider.js",
"homepage": "https://github.com/IbrahimSulai/react-native-circular-multiple-slider.git",
"keywords": [
"react",
"react-native",
"multiple-slider",
"slider",
"pie-chart",
"divider",
"divider-icon",
"svg",
"circular",
"circle",
"round",
"react-component"
],
"author": {
"name": "Ibrahim Sulaiman",
"email": "ibrahim.kce@icloud.com"
},
"files": [
"app",
"README.md"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/IbrahimSulai/react-native-circular-multiple-slider.git"
},
"dependencies": {
"lodash.range": "^3.2.0",
"react-native-svg": "9.7.1"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/runtime": "^7.7.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.6.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react": "^16.11.0",
"react-native": "^0.61.4",
"react-test-renderer": "16.9.0"
}
}