This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/web/semantic/bower.json

28 lines
531 B
JSON
Raw Normal View History

2015-03-29 19:33:23 +02:00
{
"name" : "semantic",
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage" : "http://www.semantic-ui.com",
"author": {
"name" : "Jack Lukic",
"web" : "http://www.jacklukic.com"
},
"dependencies": {
"jquery" : ">=1.8"
},
"main": [
2016-06-10 00:34:34 +02:00
"src/semantic.less",
2015-03-29 19:33:23 +02:00
"dist/semantic.js"
],
"keywords": [
"semantic",
"ui",
"css3",
"framework"
],
2016-06-10 00:34:34 +02:00
"license" : "MIT",
2015-03-29 19:33:23 +02:00
"ignore": [
"src/site",
"test"
]
}