{
  "name": "jquery-seethru",
  "description" : "HTML5 video with alpha channel transparencies",
  "version": "1.1.3",
  "author": {
    "name": "Frederik Ring",
    "email": "frederik.ring@gmail.com"
  },
  "main": "src/jquery-seeThru.js",
  "repository": "https://github.com/m90/jquery-seeThru.git",
  "homepage": "https://github.com/m90/jquery-seeThru",
  "bugs": {
    "url": "https://github.com/m90/jquery-seeThru/issues"
  },
  "bin" : {
    "seethru-convert" : "./converter.js"
  },
  "keywords" : [
    "html5",
    "video",
    "transparency",
    "alpha-channel",
    "keying",
    "canvas"
  ],
  "license": "MIT / CC-BY-SA 3.0",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-bump": "0.0.13",
    "grunt-contrib-jshint": "~0.4.0",
    "grunt-contrib-uglify": "~0.2.0"
  },
  "dependencies": {
    "fluent-ffmpeg": "^1.7.2",
    "yargs": "^1.2.3"
  }
}
