-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "react-native-auto-scale-image",
"version": "1.0.1",
"description": "React Native Image component to calculate width or height automatically, given the other value, to preserve image's aspect ratio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sourabhv/react-native-auto-scale-image.git"
},
"keywords": [
"react-native",
"image",
"component",
"scale",
"scalable",
"aspect",
"ratio",
"aspect-ratio",
"fit",
"auto",
"scale-width",
"scale-height"
],
"author": "Sourabh Verma (https://github.com/sourabhv)",
"license": "ISC",
"bugs": {
"url": "https://github.com/sourabhv/react-native-auto-scale-image/issues"
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-native": "^0.59.0"
},
"homepage": "https://github.com/sourabhv/react-native-auto-scale-image#readme"
}