forked from kalinr/kalins-pdf-creation-station
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 760 Bytes
/
bower.json
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
28
29
30
31
32
33
34
{
"name": "kalins-pdf-creation-station",
"version": "4.2.3",
"homepage": "https://github.com/kalinr/kalins-pdf-creation-station",
"authors": [
"Kalin Ringkvist"
],
"description": "Build highly customizable PDF documents from any combination of pages and posts, or add a link to any page to download a PDF of that post.",
"keywords": [
"PDF",
"document",
"export",
"print",
"pdf",
"creation",
"widget",
"TCPDF"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-bootstrap": "~0.12",
"bootstrap": "~3.3.1",
"ng-table": "~0.3.3",
"angular": "~1.3.7",
"angular-ui-sortable": "~0.13.1"
}
}