{
  "name": "angular-screenshot",
  "version": "0.4.3",
  "authors": [
    "weihanchen"
  ],
  "description": "Angular screenshot in directive for screen capture.",
  "main": [
    "build/angular-screenshot.min.js"
  ],
  "keywords": [
    "screenshot",
    "svg",
    "canvas",
    "angular"
  ],
  "license": "MIT",
  "homepage": "http://weihanchen.github.io/angular-screenshot",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "examples",
    "scripts",
    "src"
  ],
  "dependencies": {
    "angular": "^1.3"
  }
}