]> Witch of Git - web/blog/blob - package.json
Change date formatter to fix timezones
[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 "markdown-it": "^8.4.2",
12 "nunjucks-date-filter": "^0.1.1"
13 },
14 "scripts": {
15 "test": "echo \"Error: no test specified\" && exit 1"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/porglezomp/blog.git"
20 },
21 "keywords": [
22 "blog"
23 ],
24 "author": "Cassie Jones",
25 "license": "UNLICENSED",
26 "bugs": {
27 "url": "https://github.com/porglezomp/blog/issues"
28 },
29 "homepage": "https://github.com/porglezomp/blog#readme"
30 }