forked from 18F/18f.gsa.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
36
37
38
39
40
{
"name": "18f.gsa.gov",
"version": "1.0.0",
"description": "18F's flagship website",
"main": "config.yml",
"directories": {
"test": "tests"
},
"engines": {
"node": ">=5.12"
},
"scripts": {
"htmlproofer": "bundle exec htmlproofer _site --disable-external --allow-hash-href --empty-alt-ignore --url-ignore [email protected]",
"htmlproofer-local": "bundle exec htmlproofer _site --disable-external --allow-hash-href --empty-alt-ignore --url-ignore localhost:4000",
"lint-508": "bash ./accessibility-scan",
"rebuild": "rm -rf _site && bundle exec jekyll serve",
"test": "bundle exec jekyll test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/18F/18f.gsa.gov.git"
},
"keywords": [
"18f",
"site",
"blog"
],
"author": "18F",
"license": "MIT",
"bugs": {
"url": "https://github.com/18F/18f.gsa.gov/issues"
},
"homepage": "https://18f.gsa.gov",
"devDependencies": {
"pa11y-ci": "^0.3.0"
},
"dependencies": {
"accesslint-cli": "^1.1.1"
}
}