-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "react-native-image-resizer-animated",
"version": "1.0.8",
"description": "resize gifs and animated webp images. Covert between gifs and animated webp. optionally static images are also supported",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "Kishor Jena <[email protected]> (https://github.com/CrackerKSR) ",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/CrackerKSR/react-native-image-resizer-animated"
},
"publishConfig": {
"@CrackerKSR:registry": "https://npm.pkg.github.com"
},
"bugs": {
"url": "https://github.com/CrackerKSR/react-native-image-resizer-animated/issues"
},
"homepage": "https://github.com/CrackerKSR/react-native-image-resizer-animated",
"keywords": [
"react-native",
"react",
"android",
"images",
"image",
"image-resizer",
"gif",
"webp",
"animated webp",
"awebp",
"scaling",
"scale",
"resize",
"react-native-gif-resizer",
"react-native-webp-resizer",
"react-native-animated-webp-resizer",
"react-native-animated-image-resizer"
],
"dependencies": {
"jest": "^29.0.2"
}
}