{
  "name": "svgo",
  "version": "0.1.0",
  "description": "Nodejs-based tool for optimizing SVG vector graphics files",
  "keywords": [ "svgo", "svg", "optimize", "minify" ],
  "homepage": "http://svg.github.com/svgo/",
  "bugs": {
    "url": "https://github.com/svg/svgo/issues",
    "email": "svgo@soulshine.in"
  },
  "author": {
    "name": "Kir Belevich",
    "email": "kir@soulshine.in",
    "url": "https://github.com/deepsweet"
  },
  "contributors": [{
    "name": "Sergey Belov",
    "email": "peimei@ya.ru",
    "url": "http://github.com/arikon"
  }],
  "repository": {
    "type": "git",
    "url": "git://github.com/svg/svgo.git"
  },
  "main": "./lib/svgo.js",
  "bin": {
    "svgo": "./bin/svgo"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "example": "./examples"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec --require should --recursive",
    "cover": "./node_modules/.bin/istanbul instrument --output lib-cov --no-compact --variable global.__coverage__ lib && ./node_modules/.bin/mocha --reporter mocha-istanbul --require should test/config test/svg2js"
  },
  "dependencies": {
    "sax": "~0.4",
    "q": "~0.8.10",
    "q-fs": "~0.1",
    "coa": "~0.3.7",
    "inherit": "",
    "node.extend": "",
    "yamljs": "~0.1.3"
  },
  "devDependencies": {
    "mocha": "~1.6",
    "should": "~1",
    "istanbul": "~0.1",
    "mocha-istanbul": ""
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "licenses": [{
      "type": "MIT",
      "url": "https://raw.github.com/svg/svgo/master/LICENSE"
  }]
}
