{
  "name": "svg-to-png",
  "description": "Converts SVGs to PNGs",
  "version": "4.0.0",
  "homepage": "https://github.com/filamentgroup/svg-to-png",
  "author": {
    "name": "Jeffrey Lembeck, Zach Leatherman & Filament Group",
    "email": "hello@filamentgroup.com",
    "url": "http://filamentgroup.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/filamentgroup/svg-to-png.git"
  },
  "bugs": {
    "url": "https://github.com/filamentgroup/svg-to-png/issues"
  },
  "license": "MIT",
  "main": "lib/svg-to-png",
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "grunt nodeunit"
  },
  "dependencies": {
    "imagemin": "^6.0.0",
    "phantomjs-prebuilt": "^2.1.7"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^2.0.0",
    "grunt-contrib-nodeunit": "^2.0.0",
    "grunt-contrib-qunit": "^1.2.0",
    "grunt-contrib-watch": "^1.0.0",
    "image-size": "^0.6.3",
    "phantom-unit": "^1.0.1"
  },
  "keywords": []
}
