{
  "name": "thumbsupply",
  "version": "0.4.0",
  "description": "Asynchronous thumbnail supplier with caching for Node.js",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "cover": "istanbul cover _mocha"
  },
  "keywords": [
    "thumbnail",
    "video",
    "cache"
  ],
  "author": "Afrish Khan S <ryanafrish7@gmail.com>",
  "license": "MIT",
  "repository": "https://github.com/RyanAfrish7/thumbsupply.git",
  "dependencies": {
    "file-url": "^2.0.2",
    "fluent-ffmpeg": "^2.1.2",
    "fs-extra": "^4.0.3",
    "lodash": "^4.17.11",
    "mime-types": "^2.1.20"
  },
  "devDependencies": {
    "image-size": "^0.6.3",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0"
  }
}
