UNPKG

get-image-orientation

Version:

Utility for determining image orientation and aspect ratio

46 lines (45 loc) 1.31 kB
{ "name": "get-image-orientation", "version": "0.0.4", "description": "Utility for determining image orientation and aspect ratio", "main": "input.js", "scripts": { "server": "python -m http.server", "start": "webpack --config webpack-dev.config --watch", "dist": "webpack --config webpack-prod.config.js -p" }, "devDependencies": { "babel": "^6.23.0", "babel-core": "^6.26.3", "babel-eslint": "^8.0.1", "babel-loader": "^7.1.4", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "copy-webpack-plugin": "^4.3.1", "eslint": "^4.11.0", "eslint-formatter-pretty": "^1.3.0", "eslint-plugin-compat": "^2.4.0", "eslint-plugin-flowtype": "^2.39.1", "eslint-plugin-flowtype-errors": "^3.3.6", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jest": "^21.3.2", "eslint-plugin-promise": "^3.6.0", "extract-text-webpack-plugin": "^3.0.2", "strip-loader": "^0.1.2", "webpack": "^3.10.0", "webpack-livereload-plugin": "^1.2.0" }, "keywords": [ "image", "aspect-ratio", "aspect-ratio-calculator", "image-orientation", "image-dimension", "image-aspect-ratio", "image-ratio", "image-size" ], "author": "Neven Dyulgerov", "license": "MIT", "dependencies": {} }