mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
22 lines
654 B
JSON
22 lines
654 B
JSON
{
|
|
"name": "iconify",
|
|
"private": true,
|
|
"description": "The most versatile icon framework",
|
|
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
|
"license": "(Apache-2.0 OR GPL-2.0)",
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
"homepage": "https://iconify.design/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iconify/iconify.git"
|
|
},
|
|
"scripts": {
|
|
"install": "node monorepo/index install",
|
|
"clean": "node monorepo/index clean",
|
|
"link": "node monorepo/index link",
|
|
"unlink": "node monorepo/index unlink",
|
|
"reinstall": "node monorepo/index clean install"
|
|
},
|
|
"devDependencies": {}
|
|
}
|