-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.17 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "react-native-slider-color-picker",
"version": "2.2.6",
"description": "A color picker on 3 gradient image HSV palette slider",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"immutable": "^3.8.2",
"prop-types": "^15.5.10",
"react-native-smooth-slider": "1.3.9",
"tinycolor2": "^1.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyskywhy/react-native-slider-color-picker.git"
},
"keywords": [
"android",
"color",
"color-picker",
"gradient",
"hsb",
"hsv",
"ios",
"palette",
"react-native",
"react-native-gesture-handler",
"react-native-smooth-slider",
"rgb",
"slider"
],
"author": "Li Zheng",
"funding": [{
"type": "individual",
"url": "https://Alipay/[email protected]"
},{
"type": "individual",
"url": "https://EthAddress/0xd02fa2738dcbba988904b5a9ef123f7a957dbb3e"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/flyskywhy/react-native-slider-color-picker/issues"
},
"homepage": "https://github.com/flyskywhy/react-native-slider-color-picker#readme"
}