UNPKG

pruno-http

Version:

A simple HTTP server for pruno. Especially useful for prototyping or building static sites.

35 lines (34 loc) 877 B
{ "name": "pruno-http", "version": "2.1.3", "description": "A simple HTTP server for pruno. Especially useful for prototyping or building static sites.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "pruno", "http", "server", "prototyping" ], "repository": { "type": "git", "url": "https://github.com/cdebotton/pruno-http.git" }, "author": "Christian de Botton <debotton@brooklynunited.com>", "license": "ISC", "bugs": { "url": "https://github.com/cdebotton/pruno-http/issues" }, "homepage": "https://github.com/cdebotton/pruno-http", "dependencies": { "compression": "^1.4.3", "deepmerge": "^0.2.7", "express": "^4.11.1", "object-assign": "^2.0.0", "serve-static": "^1.8.1", "supervisor": "^0.6.0", "tiny-lr": "^0.1.5" } }