wishthis/node_modules/fomantic-ui/bower.json
2022-01-13 14:00:31 +01:00

29 lines
567 B
JSON

{
"name" : "fomantic-ui",
"description" : "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage" : "https://fomantic-ui.com",
"author": {
"name" : "Jack Lukic",
"web" : "http://www.jacklukic.com"
},
"dependencies": {
"jquery" : "^3.4.0"
},
"main": [
"src/semantic.less",
"dist/semantic.js"
],
"keywords": [
"fomantic",
"fomantic-ui",
"semantic",
"ui",
"css3",
"framework"
],
"license" : "MIT",
"ignore": [
"src/site",
"test"
]
}