-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.74 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
62
63
64
65
{
"name": "exif-auto-rotate",
"version": "0.3.5",
"description": "`exif-auto-rotate` is a module that helps you for applying the right orientation to JPEG images, based on its EXIF tag. It applies the right orientation to a JPEG image. Resets to orientation 1 from all orientation codes. It returns of new image's base64 URI or Blob.",
"main": "build/index.js",
"types": "./index.d.ts",
"files": [
"build",
"index.d.ts"
],
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/onurzorluer/exif-auto-rotate.git"
},
"keywords": [
"react",
"image-rotate",
"react-image-rotate",
"image-auto-rotate",
"react-image-auto-rotate",
"exif-auto-rotate",
"image-exif-rotator",
"react-exif-auto-rotate",
"react-exif",
"image",
"photo",
"jpeg",
"file",
"rotate",
"auto",
"jpeg-rotate",
"jpeg-autorotate",
"jpeg-auto-rotate",
"autorotate",
"auto-rotate"
],
"author": {
"name": "Onur Zorluer",
"email": "zorlueronur@gmail.com",
"url": "https://zorluer.com"
},
"license": "MIT",
"homepage": "https://github.com/onurzorluer/exif-auto-rotate#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"all-contributors-cli": "^6.16.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"jest": "^26.6.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}