{
  "name": "@fullstax/svg-sprite",
  "version": "2.0.0",
  "author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)",
  "description": "SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)",
  "homepage": "https://github.com/jkphl/svg-sprite",
  "repository": {
    "type": "git",
    "url": "https://github.com/jkphl/svg-sprite.git"
  },
  "bugs": {
    "url": "https://github.com/jkphl/svg-sprite/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 8.0.0"
  },
  "main": "lib/svg-sprite.js",
  "bin": {
    "svg-sprite": "./bin/svg-sprite.js"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "bin",
    "docs",
    "lib",
    "tmpl",
    "CHANGELOG.md"
  ],
  "scripts": {
    "pretest": "npm run lint",
    "test": "istanbul test node_modules/mocha/bin/_mocha --report html -- test/svg-sprite.js --reporter spec",
    "lint": "jshint bin && jshint lib && jshint test",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "dependencies": {
    "async": "^3.1.0",
    "css-selector-parser": "^1.3.0",
    "cssmin": "^0.4.3",
    "cssom": "^0.4.4",
    "dateformat": "^3.0.3",
    "glob": "^7.1.6",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15",
    "lodash.pluck": "^3.1.2",
    "mkdirp": "^0.5.1",
    "mustache": "^4.0.0",
    "prettysize": "^2.0.0",
    "svgo": "^1.3.2",
    "puppeteer": "^2.0.0",
    "should": "^13.2.3",
    "vinyl": "^2.2.0",
    "winston": "^3.2.1",
    "xmldom": "^0.2.1",
    "xpath": "^0.0.27",
    "yargs": "^15.1.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.9",
    "istanbul": "*",
    "jshint": "^2.11.0",
    "less": "^3.10.3",
    "looks-same": "^7.2.2",
    "mocha": "^7.0.0",
    "mocha-lcov-reporter": "*",
    "node-sass": "^4.13.1",
    "pn": "^1.1.0",
    "rimraf": "",
    "sharp": "^0.24.0",
    "should": "^13.2.3",
    "stylus": "^0.54.7",
    "vinyl-fs": "^3.0.3"
  },
  "keywords": [
    "icon",
    "icons",
    "svg",
    "png",
    "sprite",
    "spritesheet",
    "stack",
    "generator",
    "css",
    "sass",
    "less",
    "stylus",
    "stylesheet",
    "inline",
    "html",
    "vector",
    "rwd",
    "retina",
    "mustache",
    "gulpfriendly"
  ]
}
