-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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": "httpstatuses",
"version": "1.0.0",
"description": "An easy to reference directory of HTTP Status Codes",
"main": "build.js",
"scripts": {
"start": "node build.js",
"test": "node build.js without-preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/citricsquid/httpstatuses.git"
},
"author": "Samuel Ryan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/citricsquid/httpstatuses/issues"
},
"homepage": "https://github.com/citricsquid/httpstatuses#readme",
"dependencies": {
"finalhandler": "^0.4.1",
"http": "0.0.0",
"jade": "^1.11.0",
"lodash.groupby": "^3.1.1",
"metalsmith": "^2.1.0",
"metalsmith-better-excerpts": "^0.1.7",
"metalsmith-branch": "0.0.4",
"metalsmith-collection-grouping": "^0.1.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-elevate": "0.0.0",
"metalsmith-fingerprint-ignore": "^1.1.2",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.4.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-sass": "^1.3.0",
"metalsmith-writemetadata": "^0.4.5",
"serve-static": "^1.10.2",
"skeleton-scss": "^2.0.4"
}
}