forked from ivpusic/react-native-image-crop-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.91 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"_from": "react-native-image-crop-picker@0.36.2",
"_id": "react-native-image-crop-picker@0.36.2",
"_inBundle": false,
"_integrity": "sha512-cTauoEHHzx14ZHA7Pt65e7RVnbn1WRYQz2ufTZp9/05EtNDrdsXwNhgtXdWVFbOhYB8qgUFQjy2NelkBOHIH3g==",
"_location": "/react-native-image-crop-picker",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-native-image-crop-picker@0.36.2",
"name": "react-native-image-crop-picker",
"escapedName": "react-native-image-crop-picker",
"rawSpec": "0.36.2",
"saveSpec": null,
"fetchSpec": "0.36.2"
},
"_requiredBy": [
"/@punchh/react-native-punchh-components"
],
"_resolved": "https://registry.npmjs.org/react-native-image-crop-picker/-/react-native-image-crop-picker-0.36.2.tgz",
"_shasum": "fcb35c1a12d805bedbb6d94a87078e86a6c9b49f",
"_spec": "react-native-image-crop-picker@0.36.2",
"_where": "/Users/punchh_dishant/App_Dir/react-native-master-app/RNMasterApp/node_modules/@punchh/react-native-punchh-components",
"author": {
"name": "Ivan Pusic"
},
"bugs": {
"url": "https://github.com/ivpusic/react-native-image-crop-picker/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Select single or multiple images, with cropping option",
"homepage": "https://github.com/ivpusic/react-native-image-crop-picker#readme",
"keywords": [
"react",
"native",
"react-native",
"image",
"picker",
"crop",
"cropping",
"multiple",
"camera"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-image-crop-picker",
"peerDependencies": {
"react-native": ">=0.40.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivpusic/react-native-image-crop-picker.git"
},
"scripts": {
"prepublish": "rm -rf android/build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.36.2"
}