19 lines
438 B
JSON
19 lines
438 B
JSON
{
|
|
"name": "kittensite",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Agatha Rose",
|
|
"license": "CNPLv5+",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^0.11.1",
|
|
"@11ty/eleventy-navigation": "^0.3.2",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.1",
|
|
"markdown-it-scrolltable": "^0.1.6"
|
|
}
|
|
}
|