forked from remobile/react-native-clip-rect
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 794 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 794 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
30
31
{
"name": "@jkmf/react-native-clip-rect",
"version": "1.0.1",
"description": "A clip react for react-native, the shape is center highlight and around darkness",
"main": "index.js",
"author": {
"name": "YunJiang.Fang",
"email": "42550564@qq.com"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"rect",
"overlay",
"clip",
"art",
"jkmf",
"mobile"
],
"homepage": "https://github.com/jkmf/react-native-clip-rect",
"bugs": {
"url": "https://github.com/jkmf/react-native-clip-rect/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/jkmf/react-native-clip-rect.git"
}
}