Starbeamrainbowlabs
622a71962e
This was much more complicated than we expected, considering eleventy si supposed to be a "simpler static site generator".....
16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"name": "pepperminty.wiki",
|
|
"version": "1.0.0",
|
|
"description": "Pepperminty Wiki website",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Starbeamrainbowlabs",
|
|
"license": "CC-BY-SA-4.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^0.10.0",
|
|
"clean-css": "^4.2.3"
|
|
}
|
|
}
|