-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
35 lines (35 loc) · 1.03 KB
/
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
35
{
"name": "eleventy-wcag-reporter",
"version": "1.0.0",
"description": "Eleventy project to build accessibility conformance reports in HTML from issues written in Markdown.",
"main": ".eleventy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "eleventy --serve --port=1337",
"build": "eleventy",
"create-pdf": "./create_report.sh",
"add-report": "node add-report.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hidde/eleventy-wcag-reporter.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hidde/eleventy-wcag-reporter/issues"
},
"homepage": "https://github.com/hidde/eleventy-wcag-reporter#readme",
"dependencies": {
"eleventy-plugin-markdown-shortcode": "^1.1.0"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"copy": "0.3.2",
"fs": "0.0.1-security",
"open-editor": "3.0.0",
"prompt": "1.1.0",
"slugify": "1.5.3"
}
}