{
  "name": "ng-dom-to-pdf",
  "version": "1.0.2",
  "description": "Convert DOM elements to PDF file and download it.",
  "main": "./dist/ng-dom-to-pdf.min.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joni7777/ng-dom-to-pdf.git"
  },
  "keywords": [
    "angular",
    "dom",
    "pdf"
  ],
  "author": "Jonathan Erel <joni7777@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joni7777/ng-dom-to-pdf/issues"
  },
  "homepage": "https://github.com/joni7777/ng-dom-to-pdf#readme",
  "devDependencies": {
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-angular-filesort": "^1.1.1",
    "gulp-concat": "^2.6.1",
    "gulp-sourcemaps": "^2.6.0",
    "gulp-uglify": "^2.1.2"
  },
  "dependencies": {
    "angular": "^1.4.8",
    "dom-to-image": "https://github.com/joni7777/dom-to-image.git#2.5.2-alpha.2",
    "es6-promise": "^4.1.0",
    "pdfmake": "^0.1.28"
  }
}
