]> Witch of Git - web/blog/blob - package.json
Minify inline CSS, move syntax colors to bottom of page
[web/blog] / package.json
1 {
2 "name": "blog",
3 "version": "1.0.0",
4 "description": "My blog",
5 "main": ".eleventy.js",
6 "dependencies": {},
7 "devDependencies": {
8 "@11ty/eleventy": "^0.9.0",
9 "@11ty/eleventy-plugin-rss": "^1.0.7",
10 "@11ty/eleventy-plugin-syntaxhighlight": "file:../../oss/eleventy-plugin-syntaxhighlight",
11 "clean-css": "^4.2.1",
12 "markdown-it": "^8.4.2",
13 "nunjucks-date-filter": "^0.1.1"
14 },
15 "scripts": {
16 "test": "echo \"Error: no test specified\" && exit 1"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/porglezomp/blog.git"
21 },
22 "keywords": [
23 "blog"
24 ],
25 "author": "Cassie Jones",
26 "license": "UNLICENSED",
27 "bugs": {
28 "url": "https://github.com/porglezomp/blog/issues"
29 },
30 "homepage": "https://github.com/porglezomp/blog#readme"
31 }