You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
622 B
27 lines
622 B
{
|
|
"name": "svg-to-vue",
|
|
"description": "Utility to convert SVG code into Vue component definition",
|
|
"version": "0.7.0",
|
|
"keywords": [
|
|
"vue",
|
|
"svg",
|
|
"svgo"
|
|
],
|
|
"bugs": "https://github.com/visualfanatic/svg-to-vue/issues",
|
|
"repository": "visualfanatic/svg-to-vue",
|
|
"license": "MIT",
|
|
"author": "Damian Stasik <npm@coded.pl>",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"svgo": "^1.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-airbnb-base": "^14.0.0",
|
|
"eslint-plugin-import": "^2.18.2"
|
|
},
|
|
"peerDependencies": {
|
|
"vue-template-compiler": "^2.0.0"
|
|
}
|
|
}
|