vue-cli-plugin-svg-sprite
Version:
vue-cli 3 plugin to build an SVG sprite
28 lines (27 loc) • 692 B
JSON
{
"name": "vue-cli-plugin-svg-sprite",
"version": "1.1.0",
"description": "vue-cli 3 plugin to build an SVG sprite",
"keywords": [
"svg",
"sprite",
"vue-cli"
],
"author": "Jasper Zonneveld <jasper@swis.nl>",
"repository": {
"type": "git",
"url": "git+https://github.com/swisnl/vue-cli-plugin-svg-sprite.git"
},
"homepage": "https://github.com/swisnl/vue-cli-plugin-svg-sprite#readme",
"bugs": {
"url": "https://github.com/swisnl/vue-cli-plugin-svg-sprite/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"svg-sprite-loader": "^6.0.0"
}
}