2027b94179
Fixes #40,#24
29 lines
573 B
JSON
29 lines
573 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": [
|
|
"dist/semantic.css",
|
|
"dist/semantic.js"
|
|
],
|
|
"keywords": [
|
|
"semantic",
|
|
"ui",
|
|
"css3",
|
|
"framework"
|
|
],
|
|
"license" : [
|
|
"http://semantic-ui.mit-license.org/"
|
|
],
|
|
"ignore": [
|
|
"src/site",
|
|
"test"
|
|
]
|
|
}
|