-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
39 lines (39 loc) · 1008 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-scalable-image",
"version": "1.1.0",
"license": "MIT",
"description": "React Native Image component which scales width or height automatically to keep the aspect ratio",
"keywords": [
"react-native",
"image",
"component",
"scalable",
"aspect-ratio",
"scales-width",
"scales-height"
],
"homepage": "https://github.com/ihor/react-native-scalable-image",
"bugs": {
"url": "https://github.com/ihor/react-native-scalable-image/issues"
},
"author": {
"name": "Ihor Burlachenko",
"email": "[email protected]",
"url": "http://ihor.burlachenko.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ihor/react-native-scalable-image.git"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^16.8.23",
"@types/react-native": ">=0.60.2"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-native": ">=0.59.0"
},
"scripts": {}
}