You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
549 B
29 lines
549 B
{
|
|
"name" : "semantic",
|
|
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
|
|
"homepage" : "http://www.semantic-ui.com",
|
|
"main": [
|
|
"build/**/*"
|
|
],
|
|
"author": {
|
|
"name" : "Jack Lukic",
|
|
"web" : "http://www.jacklukic.com"
|
|
},
|
|
"dependencies": {
|
|
"jquery" : ">=1.8"
|
|
},
|
|
"keywords": [
|
|
"semantic",
|
|
"ui",
|
|
"css3",
|
|
"framework"
|
|
],
|
|
"license" : [
|
|
"http://semantic-ui.mit-license.org/"
|
|
],
|
|
"ignore": [
|
|
"node",
|
|
"src",
|
|
"docs"
|
|
]
|
|
}
|