UNPKG

oneshoot

Version:

WebSockets and static web server for just one request

32 lines (31 loc) 757 B
{ "name": "oneshoot", "version": "0.0.3", "description": "WebSockets and static web server for just one request", "main": "lib", "bin": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/piranna/oneshoot.git" }, "keywords": [ "NodeOS" ], "author": "Jesús Leganés Combarro 'piranna'", "license": "ISC", "bugs": { "url": "https://github.com/piranna/oneshoot/issues" }, "homepage": "https://github.com/piranna/oneshoot#readme", "dependencies": { "async": "^1.5.0", "escape-html": "^1.0.3", "finalhandler": "^0.4.0", "minimist": "^1.2.0", "serve-static": "^1.10.0", "ws": "^0.8.0" } }