UNPKG

sts

Version:
45 lines (44 loc) 1.04 kB
{ "name": "sts", "version": "3.0.2", "description": "a STatic Server", "main": "index.js", "keywords": [ "cloudcome", "ydr.me", "static", "server", "sts" ], "author": "#云淡然<cloudcome@163.com>", "homepage": "https://github.com/nodejs-clis/sts", "repository": { "type": "git", "url": "https://github.com/nodejs-clis/sts" }, "bin": { "sts": "./bin/sts.js" }, "engines": { "node": ">=0.10.0" }, "license": "MIT", "readmeFilename": "readme.md", "dependencies": { "blear.classes.template": "^2.0.8", "blear.node.cli": "^1.4.2", "blear.node.console": "^1.1.3", "blear.node.debug": "^1.0.4", "blear.node.encryption": "^1.0.2", "blear.node.mime": "^1.0.1", "blear.node.system": "^1.0.7", "blear.utils.access": "^1.0.5", "blear.utils.number": "^1.0.3", "blear.utils.object": "^1.0.14", "blear.utils.typeis": "^1.0.3", "blear.utils.url": "^1.0.19", "highlight.js": "^8.9.1", "marked": "^0.5.0", "open": "0.0.5" } }