30 lines
521 B
JSON
30 lines
521 B
JSON
{
|
|
"name" : "Component",
|
|
"description" : "Component distribution",
|
|
"homepage" : "https://www.fomantic-ui.com",
|
|
"author": {
|
|
"name" : "Jack Lukic",
|
|
"web" : "http://www.jacklukic.com"
|
|
},
|
|
"ignore": [
|
|
"./index.js"
|
|
],
|
|
"keywords": [
|
|
"fomantic",
|
|
"semantic",
|
|
"ui",
|
|
"css3",
|
|
"framework"
|
|
],
|
|
"license" : [
|
|
"https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md"
|
|
],
|
|
"ignore": [
|
|
"docs",
|
|
"node",
|
|
"server",
|
|
"spec",
|
|
"src",
|
|
"test"
|
|
]
|
|
}
|