4385f1acbc
Ticket #56
27 lines
531 B
JSON
27 lines
531 B
JSON
{
|
|
"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": [
|
|
"src/semantic.less",
|
|
"dist/semantic.js"
|
|
],
|
|
"keywords": [
|
|
"semantic",
|
|
"ui",
|
|
"css3",
|
|
"framework"
|
|
],
|
|
"license" : "MIT",
|
|
"ignore": [
|
|
"src/site",
|
|
"test"
|
|
]
|
|
}
|