{
  "name": "rsvg-brunch",
  "version": "1.0.0",
  "description": "A Brunch plugin for librsvg",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js tests/spec.js",
    "test": "mocha --reporter dot",
    "coverage": "nyc --reporter=html --reporter=text npm test -s"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/caleb531/rsvg-brunch.git"
  },
  "keywords": [
    "brunch",
    "rsvg",
    "librsvg",
    "svg"
  ],
  "author": "Caleb Evans",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/caleb531/rsvg-brunch/issues"
  },
  "homepage": "https://github.com/caleb531/rsvg-brunch#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.19.0",
    "mocha": "^3.3.0",
    "nyc": "^10.3.2",
    "proxyquire": "^1.7.11",
    "sinon": "^2.2.0",
    "sinon-chai": "^2.10.0",
    "tmp": "0.0.31"
  },
  "dependencies": {
    "librsvg": "^0.7.0",
    "loggy": "^1.0.2",
    "mkdirp": "^0.5.1",
    "promise-reflect": "^1.1.0"
  }
}
