2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-16 17:45:09 +00:00
iconify/composer.json

14 lines
328 B
JSON
Raw Normal View History

2017-03-14 10:15:43 +00:00
{
"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"
}
}
2017-03-14 10:15:43 +00:00
}