forked from bamlab/react-native-image-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 893 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
{
"name": "react-native-image-resizer",
"version": "0.0.11",
"description": "Rescale local images with React Native",
"repository": {
"type": "git",
"url": "git+https://github.com/4ian/react-native-image-resizer.git"
},
"keywords": [
"react-native",
"react",
"android",
"ios",
"images",
"image",
"image-resizer",
"scaling",
"scale",
"resize"
],
"peerDependencies": {
"react-native": ">=v0.14.2"
},
"author": "Florian Rival <[email protected]> (http://bamlab.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/4ian/react-native-image-resizer/issues"
},
"homepage": "https://github.com/4ian/react-native-image-resizer#readme",
"devDependencies": {
"cz-conventional-changelog": "^1.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}