mirror of
https://github.com/iconify/iconify.git
synced 2024-11-16 09:37:09 +00:00
14 lines
328 B
JSON
14 lines
328 B
JSON
{
|
|
"name": "simple-svg/simple-svg",
|
|
"description": "SVG framework designed to replace glyph web fonts",
|
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (artodia.com)",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"homepage": "https://simplesvg.com/",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSVG\\SimpleSVG\\": "build"
|
|
}
|
|
}
|
|
}
|