forked from binyamin/eleventy-garden
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 766 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "eleventy-garden",
"version": "1.0.0",
"description": "A starter site for building a mind garden in eleventy.",
"scripts": {
"start": "eleventy --serve --quiet",
"compile": "eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binyamin/eleventy-garden.git"
},
"keywords": [],
"author": "Binyamin Aron Green (https://binyam.in/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/binyamin/eleventy-garden/issues"
},
"homepage": "https://github.com/binyamin/eleventy-garden#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.0-canary.23",
"markdown-it": "^12.0.6",
"markdown-it-attrs": "^4.0.0",
"markdown-it-footnote": "^3.0.3",
"title-case": "^3.0.3"
}
}