UNPKG

613 BJSONView Raw
1{
2 "name": "save-svg-as-png",
3 "version": "1.3.1",
4 "description": "Convert a browser SVG to PNG or dataUri",
5 "main": "saveSvgAsPng.js",
6 "scripts": {
7 "test": "node test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/exupero/saveSvgAsPng"
12 },
13 "keywords": [
14 "svg",
15 "png",
16 "graphics",
17 "images"
18 ],
19 "author": "Eric Shull",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/exupero/saveSvgAsPng/issues"
23 },
24 "homepage": "https://github.com/exupero/saveSvgAsPng",
25 "devDependencies": {
26 "requirejs": "^2.3.5",
27 "tape": "^4.9.0"
28 }
29}