forked from httpstatuses/httpstatuses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 984 Bytes
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": "httpstatuses",
"version": "2.1.0",
"description": "An easy to reference directory of HTTP Status Codes",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "npx sass contents/style.scss build/style.css && npx @11ty/eleventy",
"watch:eleventy": "npx @11ty/eleventy --serve",
"watch:sass": "npx sass contents/style.scss build/style.css --watch",
"start": "npm run watch:eleventy & npm run watch:sass",
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/httpstatuses/httpstatuses.git"
},
"author": "Jon Kulton <hello@jkulton.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/httpstatuses/httpstatuses/issues"
},
"homepage": "https://github.com/httpstatuses/httpstatuses#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"he": "^1.2.0",
"lodash": "^4.17.21",
"sass": "^1.62.1",
"skeleton-scss": "^2.0.4",
"voca": "^1.4.1"
}
}