-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
29 lines (29 loc) · 954 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
{
"name": "federalist-uswds-jekyll",
"version": "1.3.0",
"description": "Federalist template using USWDS+Jekyll",
"scripts": {
"build": "bundle exec jekyll build",
"clean": "bundle exec jekyll clean",
"start": "bundle exec jekyll serve",
"start-detached": "bundle exec jekyll serve --detach",
"test": "bundle exec htmlproofer _site; npx a11y '_site/**/*.html'",
"test-a11y": "pa11y-ci --sitemap http://localhost:4000/sitemap.xml --sitemap-find https://presidentialinnovationfellows.gov/ --sitemap-replace http://localhost:4000 --sitemap-exclude \"/*.pdf\""
},
"author": "Federalist",
"repository": {
"type": "git",
"url": "https://github.com/18F/federalist-uswds-jekyll"
},
"bugs": {
"url": "https://github.com/18F/federalist-uswds-jekyll/issues"
},
"license": "CC0-1.0",
"dependencies": {
"uswds": "^2.11.2"
},
"devDependencies": {
"a11y": "^0.5.1",
"pa11y-ci": "^3.0.1"
}
}