scale-factor
Version:
Calculate scale factors for image resizing
30 lines (29 loc) • 670 B
JSON
{
"name": "scale-factor",
"version": "1.0.0",
"description": "Calculate scale factors for image resizing",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/gchudnov/scale-factor.git"
},
"keywords": [
"image",
"scale",
"scale factor",
"resize"
],
"author": "Grigoriy Chudnov <g.chudnov@gmail.com> (https://github.com/gchudnov)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gchudnov/scale-factor/issues"
},
"homepage": "https://github.com/gchudnov/scale-factor",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.0"
}
}