-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 857 Bytes
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
{
"name": "range-slider-react-native",
"version": "1.0.1",
"author": "Boma Amakiri <mail.of.amakirisamuelboma@gmail.com>",
"description": "A highly optimized pure JS implementation of Range Slider for React Native originally implemented by Tigran Sahakyan <mail.of.tigran@gmail.com>",
"homepage": "https://github.com/boma25/range-slider-react-native",
"main": "index.js",
"scripts": {
"test": ""
},
"keywords": [
"react",
"native",
"react-native",
"react-component",
"react-native-component",
"android",
"ios",
"custom",
"range",
"slider",
"seekbar",
"range slider",
"range slider react-native"
],
"repository": {
"type": "git",
"url": "https://github.com/boma25/range-slider-react-native.git"
},
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0"
},
"devDependencies": {},
"license": "MIT"
}