Built motion from commit 06df96e on branch develop.
[motion.git] / public / assets / plugins / angular-pdf / .bower.json
1 {
2   "name": "angular-pdf",
3   "version": "0.4.0",
4   "description": "An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS.",
5   "main": "./dist/angular-pdf.js",
6   "license": "MIT",
7   "homepage": "http://github.com/sayanee/angularjs-pdf",
8   "dependencies": {
9     "angular": "1.3.15",
10     "pdfjs-dist": "1.1.159"
11   },
12   "ignore": [
13     "**/.*",
14     "package.json"
15   ],
16   "_release": "0.4.0",
17   "_resolution": {
18     "type": "version",
19     "tag": "0.4.0",
20     "commit": "cf25841a9dd95af4229385ad49025863480a575c"
21   },
22   "_source": "git://github.com/sayanee/angularjs-pdf.git",
23   "_target": "~0.4.0",
24   "_originalSource": "angular-pdf",
25   "_direct": true
26 }