forked from letsencrypt/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 886 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
{
"name": "letsencrypt.org",
"version": "1.0.0",
"description": "Let's Encrypt website",
"devDependencies": {
"eslint": "^8.1.0",
"htmlhint": "^0.16.3"
},
"scripts": {
"test:htmllint": "htmlhint 'content/**/*.html'",
"test:eslint": "eslint static/js --ext .js",
"test": "npm run test:htmllint && npm run test:eslint",
"test:html5validate": "html5validator --root public --blacklist documents a-warm-welcome-to-asn1-and-der donate donate-2024 donate fontawesome-free-6.5.2-web --also-check-css --format text --ignore 'aspect-ratio'",
"build": "hugo -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/letsencrypt/website.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/letsencrypt/website/issues"
},
"homepage": "https://github.com/letsencrypt/website#readme"
}