-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 797 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 797 Bytes
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
{
"name": "mkp-react-native-responsive-image",
"version": "1.1.2",
"description": "react native responsive image",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build":"test -d 'lib/' || mkdir -p lib && cp test/responsiveImage.js lib/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MonkeyKingPlus/react-native-responsive-image.git"
},
"keywords": [
"react-native",
"image",
"responsive-image",
"responsive"
],
"author": "m860",
"license": "MIT",
"bugs": {
"url": "https://github.com/MonkeyKingPlus/react-native-responsive-image/issues"
},
"homepage": "https://github.com/MonkeyKingPlus/react-native-responsive-image#readme"
}