-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 925 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
28
29
30
31
32
33
34
{
"name": "seattle-accessibility-site",
"version": "1.0.0",
"description": "A website for the Seattle Accessibility Meetup.",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"debug": "DEBUG=* eleventy",
"start": "npm run serve"
},
"repository": {
"type": "git",
"url": "git://github.com/a11ySea/website.git"
},
"author": {
"name": "Sarah Higley",
"url": "https://sarahmhigley.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/a11ySea/website/issues"
},
"homepage": "https://github.com/a11ySea/website#readme",
"devDependencies": {
"@11ty/eleventy": "^0.10.0",
"@11ty/eleventy-navigation": "^0.1.3",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"luxon": "^1.21.3",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.2.5"
}
}