{
  "name": "video-thumbnail",
  "version": "1.2.0",
  "description": "",
  "main": "index.js",
  "bin": {
    "video-thumbnail": "bin.js"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test.js",
    "test:bin": "node bin.js test/BigBuckBunny_320x180.mp4 --width 10 -s"
  },
  "keywords": [
    "video",
    "thumbnail",
    "preview",
    "ffmpeg",
    "videothumbnail"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/MrYakobo/video-thumbnail.git"
  },
  "author": "Jakob Lindskog <jakob.lindskog@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "download": "^6.2.5",
    "opn": "^5.1.0"
  },
  "dependencies": {
    "chalk": "^2.3.0",
    "child-process-promise": "^2.2.1",
    "commander": "^2.11.0",
    "ffprobe": "^1.1.0",
    "filesize": "^3.5.11",
    "fs-extra": "^4.0.2",
    "mkdirp": "^0.5.1",
    "tmp": "0.0.33",
    "tmp-promise": "^1.0.3",
    "which": "^1.3.0"
  }
}
