forked from dudyn5ky1/react-native-get-pixel-color
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 795 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
{
"name": "react-native-get-pixel-color",
"title": "React Native Get Pixel Color",
"version": "1.1.0-alpha.20",
"description": "React Native Get Pixel Color",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dudyn5ky1/react-native-get-pixel-color.git",
"baseUrl": "https://github.com/dudyn5ky1/react-native-get-pixel-color"
},
"keywords": [
"react-native",
"get-pixel",
"get-color",
"color",
"image",
"pixel",
"hex",
"rgb"
],
"author": {
"name": "Maksym Dudynskyi",
"email": "[email protected]"
},
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
"react-native": "^0.71.14"
},
"devDependencies": {
"react": "^18.2.0",
"react-native": "^0.71.14"
}
}