forked from st0ffern/react-native-image-cropper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 KB
/
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
42
43
44
45
46
47
{
"name": "react-native-image-cropper",
"version": "0.0.0-semantically-release",
"description": "Crop image in React Native using pan to move, pinch to zoom -> capture to file or base64",
"main": "src/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "eslint .",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/stoffern/react-native-image-cropper.git"
},
"keywords": [
"imagecropper",
"image",
"crop",
"react-native",
"gl-react-native",
"image-croppper"
],
"author": "Kristoffer Klevenberg",
"license": "MIT",
"bugs": {
"url": "https://github.com/stoffern/react-native-image-cropper/issues"
},
"homepage": "https://github.com/stoffern/react-native-image-cropper#readme",
"dependencies": {
"gl-react": "^2.2.8",
"gl-react-image": "0.0.2",
"gl-react-native": "^2.38.0"
},
"devDependencies": {
"cz-conventional-changelog": "^1.2.0",
"eslint": "^3.11.1",
"eslint-plugin-react": "^6.7.1",
"semantic-release": "^6.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}