-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
42 lines (42 loc) · 980 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
39
40
41
42
{
"name": "react-native-color-wheel",
"version": "0.1.7",
"description": "A react native reusable and color picker wheel",
"main": "./ColorWheel.js",
"license": "MIT",
"repository": {
"type": "https",
"url": "https://github.com/netbeast/react-native-color-wheel"
},
"keywords": [
"color",
"picker",
"color picker",
"wheel",
"color wheel",
"react",
"native",
"react-native",
"android",
"ios"
],
"scripts": {
"prepublish": "git push"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-native": ">=0.36"
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-plugin-transform-remove-console": "^6.8.0",
"babel-preset-react-native": "^1.9.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^3.9.1",
"eslint-plugin-react": "^6.6.0"
},
"dependencies": {
"colorsys": "^1.0.17"
}
}