{
  "name": "svg4everybody",
  "version": "2.1.9",
  "description": "Use external SVG spritemaps in any browser",
  "main": "dist/svg4everybody.js",
  "dependencies": {},
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.12.0",
    "grunt-contrib-uglify": "^0.11.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-eslint": "^17.3.1",
    "grunt-jscs": "^2.7.0",
    "grunt-umd": "^2.4.0",
    "load-grunt-tasks": "^3.4.0"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "scripts": {
    "build": "grunt build",
    "clean": "git checkout dist/svg4everybody.js && git checkout dist/svg4everybody.min.js && git checkout dist/svg4everybody.legacy.js && git checkout dist/svg4everybody.legacy.min.js",
    "test": "grunt test",
    "watch": "grunt build:watch"
  },
  "repository": "jonathantneal/svg4everybody",
  "keywords": [
    "contents",
    "defs",
    "externals",
    "fallbacks",
    "icons",
    "ie8s",
    "ie9s",
    "oldies",
    "safaris",
    "sprites",
    "spritemaps",
    "svgs",
    "symbols",
    "uses"
  ],
  "author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)",
  "contributors": [
    "Federico Brigante (https://github.com/bfred-it)",
    "Matija Marohnić (https://github.com/silvenon)",
    "Michał Rumanek (https://github.com/michal-rumanek)",
    "Oleg Andreyev (https://github.com/oleg-andreyev)",
    "Shawn Allen (https://github.com/shawnbot)"
  ],
  "license": "CC0-1.0",
  "bugs": "https://github.com/jonathantneal/svg4everybody/issues",
  "homepage": "https://github.com/jonathantneal/svg4everybody#readme"
}
