d4cd5959145a3d0ef591b7624c6eb10251929e2a4b979773f41c0c1feb7b8af8f5c1745b1205b8f08401aaf0fde0b8bd444c7af0472b314971586e2207cdb6 752 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "save-svg-as-png",
  3. "version": "1.4.17",
  4. "description": "Convert a browser SVG to PNG or dataUri",
  5. "main": "lib/saveSvgAsPng.js",
  6. "scripts": {
  7. "build": "babel src -d lib",
  8. "prepublish": "npm run build",
  9. "test": "node test.js"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/exupero/saveSvgAsPng"
  14. },
  15. "keywords": [
  16. "svg",
  17. "png",
  18. "graphics",
  19. "images"
  20. ],
  21. "author": "Eric Shull",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/exupero/saveSvgAsPng/issues"
  25. },
  26. "homepage": "https://github.com/exupero/saveSvgAsPng",
  27. "devDependencies": {
  28. "babel-cli": "^6.26.0",
  29. "babel-preset-es2015": "^6.24.1",
  30. "requirejs": "^2.3.5",
  31. "tape": "^4.9.0"
  32. }
  33. }