UNPKG

grunt-svg-sprite

Version:

SVG sprites & stacks galore — Grunt plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours

109 lines (108 loc) 2.44 kB
{ "name": "grunt-svg-sprite", "description": "SVG sprites & stacks galore — Grunt plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours", "version": "2.0.2", "homepage": "https://github.com/svg-sprite/grunt-svg-sprite", "author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)", "repository": { "type": "git", "url": "git+https://github.com/svg-sprite/grunt-svg-sprite.git" }, "bugs": { "url": "https://github.com/svg-sprite/grunt-svg-sprite/issues" }, "license": "MIT", "engines": { "node": ">=12" }, "files": [ "tasks" ], "scripts": { "lint": "xo", "fix": "xo --fix", "mocha": "_mocha", "test": "grunt test && npm run mocha" }, "peerDependencies": { "grunt": ">=1.0.1" }, "dependencies": { "figures": "^3.2.0", "picocolors": "^1.0.0", "prettysize": "^2.0.0", "svg-sprite": "^2.0.2" }, "devDependencies": { "grunt": "^1.5.3", "grunt-contrib-clean": "^2.0.1", "looks-same": "^7.3.0", "mocha": "^10.2.0", "svg2png": "^4.1.1", "xo": "^0.52.4" }, "keywords": [ "gruntplugin", "icon", "icons", "svg", "png", "sprite", "spritesheet", "stack", "generator", "css", "sass", "less", "stylus", "stylesheet", "inline", "html", "vector", "rwd", "retina", "mustache" ], "xo": { "space": 4, "rules": { "arrow-body-style": "off", "capitalized-comments": "off", "camelcase": "off", "comma-dangle": [ "error", "never" ], "no-negated-condition": "off", "object-curly-spacing": [ "error", "always" ], "operator-linebreak": [ "error", "after" ], "promise/prefer-await-to-then": "off", "prefer-template": "error", "space-before-function-paren": [ "error", "never" ], "spaced-comment": "off", "unicorn/explicit-length-check": "off", "unicorn/filename-case": "off", "unicorn/no-array-method-this-argument": "off", "unicorn/prefer-module": "off", "unicorn/prefer-string-slice": "off", "unicorn/prevent-abbreviations": "off" }, "overrides": [ { "files": "test/**/*.js", "envs": [ "mocha" ] } ] } }