{
  "name": "downscale",
  "version": "1.0.6",
  "description": "Better image downscale with canvas.",
  "keywords": [
    "crop",
    "downscale",
    "downsample",
    "fast",
    "jpeg",
    "jpg",
    "image",
    "linear",
    "performance",
    "photo",
    "pica",
    "png",
    "processing",
    "scale",
    "canvas",
    "resample",
    "resize",
    "sharp",
    "simple",
    "thumbnail",
    "upload",
    "webp"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ytiurin/downscale.git"
  },
  "homepage": "https://github.com/ytiurin/downscale",
  "scripts": {
    "build": "make build",
    "postpublish": "make postpublish",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "start": "http-server ./ -c-1 -S",
    "test": "jest"
  },
  "author": {
    "name": "Eugene Tiurin",
    "email": "yevhentiurin@gmail.com"
  },
  "license": "MIT",
  "main": "./dist/downscale.js",
  "devDependencies": {
    "http-server": "^0.10.0",
    "jest": "^21.0.2"
  }
}
