UNPKG

quick-static

Version:

Serve static files over http from Command Line Interface [npm](https://www.npmjs.com/package/quick-static)

32 lines (31 loc) 576 B
{ "name": "quick-static", "version": "1.0.10", "description": "", "main": "index.js", "scripts": { "test": "npm install -g ." }, "repository": { "type": "git", "url": "git+https://github.com/jniac/quick-static" }, "bin": { "quick-static": "index.js" }, "keywords": [ "express", "serve-index", "local static server", "http", "cli" ], "author": "Joseph Merdrignac", "license": "ISC", "dependencies": { "colors": "^1.1.2", "express": "^4.16.2", "serve-index": "^1.9.1" }, "preferGlobal": "true" }