{
  "name": "snapvid",
  "version": "1.0.0",
  "description": "Given a video element, capture the current frame as an image",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "gendocs": "gendocs > README.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DamonOehlman/snapvid.git"
  },
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DamonOehlman/snapvid/issues"
  },
  "homepage": "https://github.com/DamonOehlman/snapvid",
  "devDependencies": {
    "attachmediastream": "^1.1.0",
    "getusermedia": "^1.2.0",
    "hyperscript": "^1.4.3"
  }
}