2020-02-10 01:32:00 +00:00
|
|
|
{
|
|
|
|
"name": "pepperminty.wiki",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Pepperminty Wiki website",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-07-05 01:33:26 +00:00
|
|
|
"test": "echo \"Error: no tests implemented yet\" && exit 1"
|
2020-02-10 01:32:00 +00:00
|
|
|
},
|
|
|
|
"author": "Starbeamrainbowlabs",
|
|
|
|
"license": "CC-BY-SA-4.0",
|
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2022-07-05 01:33:26 +00:00
|
|
|
"@11ty/eleventy": "^1.0.1",
|
|
|
|
"clean-css": "^5.3.0"
|
2020-02-10 01:32:00 +00:00
|
|
|
}
|
|
|
|
}
|