forked from hezhii/react-native-column-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 904 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-column-slider",
"version": "1.0.1",
"description": "A pure JavaScript Slider component, UI similar to iPhone brightness regulator.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hezhii/react-native-column-slider"
},
"keywords": [
"react",
"native",
"slider",
"column",
"vertical",
"iphone"
],
"author": {
"name": "biu",
"email": "[email protected]",
"url": "https://www.whezh.com"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hezhii/react-native-column-slider/issues"
},
"homepage": "https://github.com/hezhii/react-native-column-slider#readme",
"devDependencies": {
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}