-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.json
38 lines (38 loc) · 968 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
{
"name": "react-native-multi-slider",
"version": "0.3.6",
"description": "Pure JS slider component with multiple markers for React Native",
"main": "Slider.js",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"open:xcode": "open iOS/Slider.xcodeproj"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JackDanielsAndCode/react-native-multi-slider.git"
},
"keywords": [
"react-component",
"react",
"native",
"slider",
"multiple",
"react-native",
"component",
"iOS"
],
"author": "Danwhy, jrans",
"license": "MIT",
"bugs": {
"url": "https://github.com/JackDanielsAndCode/react-native-multi-slider/issues"
},
"homepage": "https://github.com/JackDanielsAndCode/react-native-multi-slider#readme",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"create-react-class": "^15.6.2",
"prop-types": "*"
}
}