httpstatuses/bower.json
2015-11-06 20:40:58 +00:00

23 lines
467 B
JSON

{
"name": "httpstatus.es",
"description": "An easy to reference directory of HTTP Status Codes",
"main": "build.js",
"authors": [
"Samuel Ryan <sam@samryan.co.uk>"
],
"license": "MIT",
"homepage": "https://github.com/citricsquid/httpstatus.es",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Skeleton-Sass": "skeleton-scss#*"
}
}