14 lines
246 B
JSON
14 lines
246 B
JSON
|
{
|
||
|
"title": "Agaric",
|
||
|
"source": ["./"],
|
||
|
"destination": "../styleguide",
|
||
|
"homepage": "styleguide.md",
|
||
|
"css": [
|
||
|
"../assets/css/agaric.css"
|
||
|
],
|
||
|
"js": [
|
||
|
"../assets/js/jquery-3.2.1.min.js"
|
||
|
],
|
||
|
"builder": "styleguide-builder"
|
||
|
}
|