forked from cristianoccazinsp/react-native-image-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 931 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
{
"name": "react-native-image-resizer",
"version": "1.0.1",
"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": "^15.4.0 || ^16.0.0-alpha",
"react-native": ">=v0.40.0"
},
"author": "Florian Rival <[email protected]> (http://bam.tech)",
"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"
}
}
}