jonnyhaynes/inline-svg

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "inline-svg",
  "version": "2.2.3",
  "devDependencies": {
    "grunt": "0.4.5",
    "grunt-cli": "0.1.13",
    "grunt-contrib-jshint": "0.10.0",
    "grunt-contrib-uglify": "0.6.0"
  },
  "scripts": {
    "test": "grunt --verbose"
  },
  "description": "Takes an inline image with an SVG as it's source and swaps it for an inline SVG",
  "main": "dist/inlineSVG.min.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonnyhaynes/inline-svg.git"
  },
  "keywords": [
    "inline",
    "SVG",
    "inline-SVG",
    "front-end"
  ],
  "authors": [
    "Oliver Farrell <oliver@oliverjfarrell.co.uk>",
    "Jonny Haynes <jonny@colouringcode.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jonnyhaynes/inline-svg/issues"
  },
  "homepage": "https://github.com/jonnyhaynes/inline-svg#readme"
}