UNPKG

httpster

Version:

Simple http server for static content

40 lines (39 loc) 857 B
{ "author": "Simeon Bateman <simeon@simb.net> (http://www.simb.net)", "name": "httpster", "license": "MIT", "description": "Simple http server for static content", "version": "1.2.1", "repository": "git://github.com/SimbCo/httpster.git", "keywords": [ "http", "web", "server" ], "main": "./lib/httpster", "bin": { "httpster": "./bin/httpster" }, "preferGlobal": "true", "scripts": { "prepublish": "coffee -o lib/ src/" }, "dependencies": { "basic-auth": "^2.0.0", "commander": "2.17.x", "compression": "^1.7.4", "cors": "2.8.x", "express": "4.16.x", "morgan": "^1.9.0", "node-env-file": "0.1.x", "serve-index": "^1.6.0" }, "devDependencies": { "coffee-script": "1.12.x", "mocha": "^7.2.0", "should": "~13.2.x" }, "engines": { "node": ">=0.10.0" } }