package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "grunt-svg2png",
  3. "description": "Grunt plugin to rasterize SVG to PNG images using PhantomJS",
  4. "version": "0.2.7",
  5. "author": {
  6. "name": "David Bushell",
  7. "email": "hi@dbushell.com",
  8. "url": "http://dbushell.com/"
  9. },
  10. "homepage": "https://github.com/dbushell/grunt-svg2png",
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/dbushell/grunt-svg2png.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/dbushell/grunt-svg2png/issues"
  17. },
  18. "main": "Gruntfile.js",
  19. "engines": {
  20. "node": ">=0.8.0"
  21. },
  22. "scripts": {
  23. "test": "grunt test"
  24. },
  25. "dependencies": {
  26. "phantomjs": "~1.9.0"
  27. },
  28. "devDependencies": {
  29. "grunt": "~0.4.0",
  30. "grunt-contrib-jshint": "~0.2.0",
  31. "grunt-contrib-nodeunit": "~0.1.2",
  32. "grunt-contrib-clean": "~0.4.0",
  33. "pngjs": "~0.4.0"
  34. },
  35. "peerDependencies": {
  36. "grunt": "~0.4.0"
  37. },
  38. "keywords": [
  39. "svg",
  40. "png",
  41. "image",
  42. "rasterize",
  43. "rasterise",
  44. "grunt",
  45. "gruntjs",
  46. "gruntplugin",
  47. "phantom",
  48. "phantomjs"
  49. ],
  50. "contributors": [
  51. {
  52. "name": "David Bushell",
  53. "url": "http://dbushell.com/"
  54. }
  55. ],
  56. "licenses": [
  57. {
  58. "type": "MIT",
  59. "url": "https://raw.github.com/dbushell/grunt-svg2png/master/LICENSE.txt"
  60. }
  61. ],
  62. "gitHead": "4f32cd40f5ca353c80fe6ffcc9fee39417475f3f",
  63. "_id": "grunt-svg2png@0.2.7",
  64. "_shasum": "748801b7978096bd90efa81ea7813557dfd4ee0a",
  65. "_from": "grunt-svg2png@*",
  66. "_npmVersion": "1.4.28",
  67. "_npmUser": {
  68. "name": "dbushell",
  69. "email": "david@dbushell.com"
  70. },
  71. "maintainers": [
  72. {
  73. "name": "dbushell",
  74. "email": "david@dbushell.com"
  75. }
  76. ],
  77. "dist": {
  78. "shasum": "748801b7978096bd90efa81ea7813557dfd4ee0a",
  79. "tarball": "http://registry.npmjs.org/grunt-svg2png/-/grunt-svg2png-0.2.7.tgz"
  80. },
  81. "directories": {},
  82. "_resolved": "https://registry.npmjs.org/grunt-svg2png/-/grunt-svg2png-0.2.7.tgz"
  83. }