]> Witch of Git - web/blog/blob - package.json
Make webrings sort by title
[web/blog] / package.json
1 {
2 "name": "blog",
3 "version": "1.0.0",
4 "description": "My blog",
5 "main": ".eleventy.js",
6 "devDependencies": {
7 "@11ty/eleventy": "^1.0.0",
8 "@11ty/eleventy-plugin-rss": "^1.0.7",
9 "@11ty/eleventy-plugin-syntaxhighlight": "^3.2.0",
10 "clean-css": "^4.2.3",
11 "html-minifier": "^4.0.0",
12 "markdown-it": "^8.4.2",
13 "markdown-it-anchor": "^5.2.5",
14 "nunjucks-date-filter": "^0.1.1",
15 "prismjs": "github:PrismJS/prism#43efde2ee33310e5a6d8ddf432f0222734ec5928",
16 "uslug": "^1.0.4"
17 },
18 "scripts": {
19 "test": "echo \"Error: no test specified\" && exit 1"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/porglezomp/blog.git"
24 },
25 "keywords": [
26 "blog"
27 ],
28 "author": "Cassie Jones",
29 "license": "UNLICENSED",
30 "bugs": {
31 "url": "https://github.com/porglezomp/blog/issues"
32 },
33 "homepage": "https://github.com/porglezomp/blog#readme"
34 }