UNPKG

file-server-plus

Version:
47 lines (46 loc) 968 B
{ "name": "file-server-plus", "version": "0.0.6", "description": "", "main": "server.js", "scripts": { "test": "DEBUG='file-server-debug' node server.js ", "start": "node server.js " }, "bin": { "file-server": "./bin/file-server" }, "contributors": [ { "name": "cumthyb", "email": "cumthyb@163.com", "url": "http://cumthyb.site" } ], "keywords": [ "file", "file-server", "static-server", "static-file-server" ], "author": "", "license": "MIT", "homepage": "https://github.com/cumthyb/file-server-plus#README", "bugs": { "url": "https://github.com/cumthyb/file-server-plus/issues" }, "repository": { "type": "git", "url": "git@github.com:cumthyb/file-server-plus.git" }, "dependencies": { "chalk": "^2.4.2", "handlebars": "^4.1.1", "mime": "^2.4.0", "open": "^6.0.0", "yargs": "^13.2.2" }, "devDependencies": { "debug": "^4.1.1" } }