kittensite/package.json

19 lines
438 B
JSON
Raw Normal View History

2021-03-20 17:25:14 +00:00
{
"name": "kittensite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Agatha Rose",
2021-03-28 23:28:53 +00:00
"license": "CNPLv5+",
2021-03-20 17:25:14 +00:00
"devDependencies": {
2021-06-29 16:29:55 +00:00
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.1",
"markdown-it-scrolltable": "^0.1.6"
2021-03-20 17:25:14 +00:00
}
2021-06-29 16:29:55 +00:00
}