{
  "name": "simple-thumbnail",
  "version": "1.6.5",
  "description": "Produce thumbnails from images, videos and URLs",
  "main": "index.js",
  "license": "MIT",
  "author": "Philip Scott <pscott@zeptohost.com>",
  "keywords": [
    "thumbnail",
    "video",
    "ffmpeg",
    "picture",
    "image",
    "resize",
    "webm",
    "mp4",
    "png",
    "preview",
    "url"
  ],
  "scripts": {
    "fix": "standard --fix",
    "lint": "standard",
    "test": "standard && nyc ava",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "semantic-release": "semantic-release",
    "travis-deploy-once": "travis-deploy-once --pro",
    "contributors:add": "all-contributors add",
    "contributors:generate": "all-contributors generate"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ScottyFillups/simple-thumbnail.git"
  },
  "devDependencies": {
    "all-contributors-cli": "^5.4.1",
    "ava": "^1.0.1",
    "coveralls": "^3.0.2",
    "ffmpeg-static": "^2.4.0",
    "fs-extra": "^7.0.1",
    "looks-same": "^3.3.0",
    "nock": "^9.6.1",
    "nyc": "^14.1.1",
    "semantic-release": "^15.13.13",
    "standard": "^12.0.1",
    "travis-deploy-once": "^5.0.9"
  },
  "dependencies": {
    "duplexify": "^4.0.0"
  }
}
