UNPKG

pushserve

Version:

Dead-simple pushState-enabled command-line http server.

36 lines (35 loc) 703 B
{ "name": "pushserve", "version": "1.0.2", "description": "Dead-simple pushState-enabled command-line http server.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/paulmillr/pushserve" }, "keywords": [ "pushState", "command", "line", "cli", "html5", "http", "server", "web", "cors" ], "author": "Paul Miller (paulmillr.com)", "license": "MIT", "bin": { "pushserve": "./pushserve" }, "dependencies": { "commander": "^2.0.0", "connect-slashes": "^1.3.1", "express": "^4.0.0", "serve-static": "^1.10.0" } }