UNPKG

http-teapot

Version:

Add a teapot easter egg to any HTTP server.

42 lines (41 loc) 913 B
{ "name": "http-teapot", "version": "2.2.0", "description": "Add a teapot easter egg to any HTTP server.", "main": "index.js", "scripts": { "test": "node test.js", "start": "node server.js" }, "repository": { "type": "git", "url": "https://github.com/watson/http-teapot.git" }, "bin": { "http-teapot": "server.js" }, "author": "Thomas Watson Steen <w@tson.dk>", "license": "MIT", "bugs": { "url": "https://github.com/watson/http-teapot/issues" }, "homepage": "https://github.com/watson/http-teapot", "dependencies": {}, "devDependencies": { "browserify": "^6.1.0", "gulp": "^3.8.8", "gulp-uglify": "^1.0.1", "mesh-viewer": "^1.0.0", "tape": "^3.0.0", "teapot": "^1.0.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.0.0" }, "keywords": [ "teapot", "http", "easteregg", "server", "fun" ] }