httpstatuses/package.json
Samuel Ryan 6383b80064 Adds meta descriptions to status code pages and index
Makes use of the first paragraph of the status code!
2015-12-11 03:02:39 +00:00

38 lines
1.1 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-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"
}
}