-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 967 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
{
"name": "react-native-image-to-blob",
"version": "0.0.6",
"description": "it can get Blob from image url",
"main": "index.ts",
"keywords": [
"react-native",
"image",
"blob",
"camera roll",
"uri to blob",
"image to blob",
"get blob",
"shinpei"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Minhyuk Kim",
"email": "[email protected]",
"url": "https://github.com/zusinShinpei"
},
"homepage": "https://github.com/zusinShinpei/react-native-image-to-blob",
"bugs": {
"url": "https://github.com/zusinShinpei/react-native-image-to-blob/issues"
},
"license": "MIT",
"dependencies": {
"react": "^16.12.0",
"react-native": "^0.61.5",
"react-native-image-resizer": "^1.1.0"
},
"devDependencies": {
"@types/react": "^16.9.17",
"@types/react-native": "^0.60.30",
"tslib": "^1.10.0",
"typescript": "^3.7.4"
}
}