svgo-plugin-add-classes-to-colors
Version:
SVGO plugin that add corresponding class to element that has specific colors.
36 lines (35 loc) • 903 B
JSON
{
"name": "svgo-plugin-add-classes-to-colors",
"version": "1.2.0",
"description": "SVGO plugin that add corresponding class to element that has specific colors.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tychenjiajun/svgo-plugin-add-classes-to-colors.git"
},
"keywords": [
"svgo",
"svgo-plugin",
"svg"
],
"author": "Jiajun Chen <tychenjiajun@live.cn> (https://jjchen.cc/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tychenjiajun/svgo-plugin-add-classes-to-colors/issues"
},
"homepage": "https://github.com/tychenjiajun/svgo-plugin-add-classes-to-colors#readme",
"devDependencies": {
"eslint": "^8.16.0",
"jest": "^28.1.0",
"prettier": "^2.6.2"
},
"peerDependencies": {
"svgo": "^2.8.0"
},
"dependencies": {
"svgo": "^2.8.0"
}
}