{
  "name": "video-thumbnail-generator",
  "version": "1.1.3",
  "description": "Package to generate a thumbail for an mp4 video",
  "main": "build/index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/volumenetwork/video-thumbnail-generator"
  },
  "scripts": {
    "compile": "./node_modules/.bin/gulp build",
    "clean": "./node_modules/.bin/gulp clean",
    "watch": "./node_modules/.bin/gulp watch",
    "test": "./node_modules/.bin/gulp test",
    "prepublish": "./node_modules/.bin/gulp prepublish"
  },
  "devDependencies": {
    "babel-eslint": "7.2.1",
    "babel-polyfill": "6.23.0",
    "babel-preset-es2015": "6.24.0",
    "babel-preset-es2016": "6.22.0",
    "babel-register": "6.24.0",
    "chai": "3.5.0",
    "eslint-config-airbnb": "14.1.0",
    "eslint-plugin-import": "2.2.0",
    "eslint-plugin-jsx-a11y": "3.0.2",
    "eslint-plugin-mocha": "4.9.0",
    "eslint-plugin-react": "6.10.3",
    "gulp": "3.9.1",
    "gulp-babel": "6.1.2",
    "gulp-babel-istanbul": "1.6.0",
    "gulp-eslint": "3.0.1",
    "gulp-istanbul": "1.1.1",
    "gulp-mocha": "2.2.0",
    "gulp-plumber": "1.1.0",
    "gulp-sourcemaps": "2.4.1",
    "gulp-util": "3.0.8",
    "isparta": "4.0.0",
    "istanbul": "0.4.5",
    "run-sequence": "1.2.2",
    "sinon": "2.1.0",
    "sinon-chai": "2.9.0"
  },
  "dependencies": {
    "bluebird": "3.5.0",
    "del": "2.2.2",
    "fluent-ffmpeg": "2.1.0",
    "lodash": "4.17.4",
    "moment": "2.22.2"
  }
}
