auto-rotate
Version:
Auto rotate JPEG images based on their EXIF Orientation tag. Promise based API.
34 lines (33 loc) • 758 B
JSON
{
"name": "auto-rotate",
"version": "1.0.8",
"description": "Auto rotate JPEG images based on their EXIF Orientation tag. Promise based API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bluebird": "^3.5.1",
"exif-parser": "0.1.12",
"fs-extra": "^5.0.0",
"jimp": "0.2.28"
},
"repository": {
"type": "git",
"url": "https://github.com/vonheim/node-auto-rotate"
},
"keywords": [
"autorotate",
"rotate",
"exif",
"jpg",
"jpeg",
"promise"
],
"author": "Arne Vonheim",
"license": "ISC",
"bugs": {
"url": "https://github.com/vonheim/auto-rotate/issues"
},
"homepage": "https://github.com/vonheim/auto-rotate"
}