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