{
  "name": "video-snap",
  "version": "1.0.1-alpha.1",
  "license": "MIT",
  "main": "dist/index.js",
  "author": "Dmitry Rodnikov",
  "description": "Get multiple snapshots from video in a browser",
  "repository": {
    "type": "git",
    "url": "https://github.com/dmitryrodnikov/video-snap"
  },
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "tsc",
    "demo": "webpack --config ./demo/webpack.config.js"
  },
  "devDependencies": {
    "html-webpack-plugin": "^3.2.0",
    "ts-loader": "^5.4.5",
    "typescript": "^3.6.2",
    "webpack": "^4.39.3",
    "webpack-cli": "^3.3.7"
  },
  "keywords": [
    "video-snapshot",
    "video",
    "snapshot",
    "capture",
    "thumbnail",
    "preview",
    "screenshot",
    "multiple",
    "image",
    "file",
    "decode",
    "mpeg",
    "mov"
  ]
}
