wishthis/semantic/tasks/config/admin/templates/package.json

18 lines
489 B
JSON
Raw Normal View History

2022-01-13 13:00:31 +00:00
{
2023-08-17 09:47:40 +00:00
"name": "fomantic",
2022-01-13 13:00:31 +00:00
"version": "1.0.0",
2023-08-17 09:47:40 +00:00
"title": "Fomantic UI",
"description": "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage": "https://www.fomantic-ui.com",
2022-01-13 13:00:31 +00:00
"author": "Jack Lukic <jack@semantic-ui.com>",
"license": "MIT",
"repository": {
"type": "git",
2023-08-17 09:47:40 +00:00
"url": "git://github.com/fomantic/Fomantic-UI.git"
2022-01-13 13:00:31 +00:00
},
"bugs": {
2023-08-17 09:47:40 +00:00
"url": "https://github.com/fomantic/Fomantic-UI/issues"
2022-01-13 13:00:31 +00:00
},
"devDependencies": {}
}