{
  "name": "svg-to-html",
  "version": "0.1.2",
  "description": "A converter that will crawl your files and directories to convert SVGs to HTML to allow them to be injected into templates with Angular",
  "main": "./bin/cli.js",
  "bin": {
    "svg2html": "./bin/cli.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dryrun": "echo \"Using the cli file\""
  },
  "keywords": [
    "SVG",
    "HTML",
    "Converter",
    "SVG2html"
  ],
  "author": "Ryan Wood",
  "license": "ISC",
  "preferGlobal": true
}
