{
  "name": "eleventy-plugin-svg-contents",
  "version": "0.7.0",
  "description": "A plugin for 11ty to take an SVG and provide the contents of that file to a template",
  "main": ".eleventy.js",
  "keywords": [
    "eleventy",
    "eleventy-plugin"
  ],
  "scripts": {
    "test": "mocha",
    "lint:js": "npx eslint \"./src/**/*.js\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brob/eleventy-plugin-svg-contents.git"
  },
  "bugs": {
    "url": "https://github.com/brob/eleventy-plugin-svg-contents/issues"
  },
  "homepage": "https://github.com/brob/eleventy-plugin-svg-contents",
  "author": {
    "name": "Bryan Robinson",
    "email": "bryan@codecontemporary.com",
    "url": "https://bryanlrobinson.com"
  },
  "license": "MIT",
  "devDependencies": {
    "@11ty/eleventy": "^0.10.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.1",
    "mocha": "^7.1.2"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.3"
  }
}
