forked from yWorks/svg2pdf.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
29 lines (29 loc) · 843 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
{
"name": "svg2pdf.js",
"description": "A javascript-only SVG to PDF conversion utility that runs in the browser leveraging jsPDF",
"version": "2.2.3",
"main": [
"dist/svg2pdf.umd.js",
"dist/svg2pdf.umd.min.js",
"dist/svg2pdf.es.js",
"dist/svg2pdf.es.min.js"
],
"authors": [
{
"name": "yFiles for HTML Support Team",
"email": "[email protected]",
"url": "https://www.yworks.com/yfileshtml"
}
],
"license": "MIT",
"keywords": ["svg", "pdf", "javascript"],
"homepage": "https://github.com/yWorks/svg2pdf.js",
"moduleType": ["amd", "globals", "node"],
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"],
"dependencies": {
"cssesc": "^3.0.0",
"font-family-papandreou": "^0.2.0-patch1",
"svgpath": "^2.3.0",
"specificity": "^0.4.1"
}
}