{
  "name": "html2svg",
  "version": "1.0.1",
  "description": "A module which can convert HTML document to svg file.",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:MrPeak/html2svg.git"
  },
  "keywords": [
    "html",
    "svg",
    "node"
  ],
  "author": "mrpeak",
  "license": "ISC",
  "engines": {
    "node": ">=4.3.0"
  },
  "dependencies": {
    "child-process-promise": "^1.1.0",
    "co": "^4.6.0",
    "co-fs": "^1.2.0",
    "rmdir": "^1.2.0",
    "phantom": "^2.0.9",
    "cheerio": "^0.20.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "co-mocha": "^1.1.2",
    "mocha": "^2.4.5"
  }
}
