-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 905 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
40
41
{
"name": "react-native-image-arc",
"version": "1.0.4",
"description": "This npm used to make arc of image",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\\\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vikrambiwal/react-native-image-arc.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"arc",
"image",
"crop"
],
"author": "react-component",
"license": "MIT",
"bugs": {
"url": "https://github.com/vikrambiwal/react-native-image-arc/issues"
},
"homepage": "https://github.com/vikrambiwal/react-native-image-arc#readme",
"dependencies": {
"react-native-svg": "^9.6.4",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-native": ">=0.50.0",
"react-native-svg": ">=7.0.0"
}
}