-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1002 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
{
"name": "techvoices-homepage",
"version": "5.0.0",
"description": "TechVoices is a diversity initiative for tech conferences.",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"serve": "npx eleventy --watch --serve",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/techvoices/techvoices.github.io.git"
},
"author": {
"name": "Maaret Pyhäjärvi, Abigail Bangser, Ash Coleman",
"email": "[email protected]",
"url": "https://techvoices.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/techvoices/techvoices.github.io/issues"
},
"homepage": "https://github.com/techvoices/techvoices.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.1",
"luxon": "^1.12.0",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^5.0.2"
}
}