forked from madsleejensen/react-native-image-capinsets
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 777 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
{
"name": "@hecom/react-native-image-capinsets",
"main": "index.js",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/summer88123/react-native-image-capinsets.git"
},
"scripts": {
"patch": "npm version patch -m 'Bump version %s';git push origin master --tags"
},
"version": "0.5.4",
"description": "android support for Image `capInsets`",
"author": {
"name": "Summer88123",
"email": "summer88123@163.com"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/summer88123/react-native-image-capinsets",
"keywords": [
"capInsets",
"9-patch",
"nine-patch",
"resizableimagewithcapinsets",
"images",
"react-native",
"native"
]
}