Jan Dittberner
d7a742d97d
- add package.json for npm/npx - update to fomantic-ui - move ui files to ui directory - add UI build documentation to README.md - add ui target to Makefile - add addPrefix handler in boardvoting.go to allow the same /static/ prefix for static resources
17 lines
496 B
JSON
17 lines
496 B
JSON
{
|
|
"name": "semantic",
|
|
"version": "1.0.0",
|
|
"title": "Semantic UI",
|
|
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
|
|
"homepage": "http://www.semantic-ui.com",
|
|
"author": "Jack Lukic <jack@semantic-ui.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Semantic-Org/Semantic-UI.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Semantic-Org/Semantic-UI/issues"
|
|
},
|
|
"devDependencies": {}
|
|
}
|