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

31 lines
521 B
JSON
Raw Normal View History

2022-01-13 13:00:31 +00:00
{
"name" : "Component",
"description" : "Component distribution",
2023-08-17 09:47:40 +00:00
"homepage" : "https://www.fomantic-ui.com",
2022-01-13 13:00:31 +00:00
"author": {
"name" : "Jack Lukic",
"web" : "http://www.jacklukic.com"
},
"ignore": [
"./index.js"
],
"keywords": [
2023-08-17 09:47:40 +00:00
"fomantic",
2022-01-13 13:00:31 +00:00
"semantic",
"ui",
"css3",
"framework"
],
"license" : [
2023-08-17 09:47:40 +00:00
"https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md"
2022-01-13 13:00:31 +00:00
],
"ignore": [
"docs",
"node",
"server",
"spec",
"src",
"test"
]
}