UNPKG

changedpi

Version:

Quickly change the dpi for an image without re enconding

46 lines (45 loc) 1.13 kB
{ "name": "changedpi", "version": "1.0.4", "description": "Quickly change the dpi for an image without re enconding", "main": "dist/index.js", "scripts": { "test": "mocha --compilers js:babel-core/register", "build": "babel src -d dist", "lint": "eslint src/index.js" }, "repository": { "type": "git", "url": "https://github.com/shutterstock/changeDPI" }, "bugs": "https://github.com/shutterstock/changeDPI/issues", "keywords": [ "dpi", "ediot", "imagemagick", "image", "header", "jpeg", "png" ], "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.18.2", "babel-preset-es2015": "^6.18.0", "babelify": "^7.3.0", "browserify": "^13.1.1", "chai": "^3.5.0", "eslint": "^3.9.1", "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^3.3.0", "eslint-plugin-standard": "^2.0.1", "mocha": "^3.1.2", "sinon": "^1.17.6", "sinon-chai": "^2.8.0", "watchify": "^3.7.0", "atob": "^2.0.3", "btoa": "^1.1.2" }, "author": "Andrea Bogazzi <abogazzi@shutterstock.com>", "license": "MIT" }