forked from legalthings/angular-pdfjs-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 678 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "angular-pdfjs-viewer",
"description": "Embed PDF.js viewer into your angular application",
"homepage": "http://github.com/legalthings/angular-pdfjs-viewer",
"license": "MIT",
"authors": [
"LegalThings <info@legalthings.net>",
"Moesjarraf <moesjarraf@gmail.com>",
"Arnold Daniels <arnold@jasny.net>"
],
"main": "dist/angular-pdfjs-viewer.js",
"repository": {
"type": "git",
"url": "git://github.com/legalthings/angular-pdfjs-viewer.git"
},
"dependencies": {
"angular": "^1.5.8",
"pdf.js-viewer": "~1.6.211"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"**/*.spec.js"
]
}