mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-20 01:12:43 +01:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/citricsquid/httpstatuses.git"
|
|
},
|
|
"author": "Samuel Ryan <sam@samryan.co.uk>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/citricsquid/httpstatuses/issues"
|
|
},
|
|
"homepage": "https://github.com/citricsquid/httpstatuses#readme",
|
|
"dependencies": {
|
|
"bower": "^1.6.5",
|
|
"jade": "^1.11.0",
|
|
"lodash.groupby": "^3.1.1",
|
|
"metalsmith": "^2.1.0",
|
|
"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"
|
|
}
|
|
}
|