]> Witch of Git - web/blog/blob - package.json
Add basic eleventy setup
[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-plugin-rss": "^1.0.7",
9 "nunjucks-date": "^1.4.0",
10 "@11ty/eleventy": "^0.9.0",
11 "@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3"
12 },
13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/porglezomp/blog.git"
19 },
20 "keywords": [
21 "blog"
22 ],
23 "author": "Cassie Jones",
24 "license": "UNLICENSED",
25 "bugs": {
26 "url": "https://github.com/porglezomp/blog/issues"
27 },
28 "homepage": "https://github.com/porglezomp/blog#readme"
29 }