ws-playground/package.json

23 lines
489 B
JSON
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "ws-playground",
"version": "1.0.0",
"description": "tiny client-server websocket hack",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "\u0016–http://code.negative9.net/geoff/ws-playground"
},
"keywords": [
"websockets"
],
"author": "Geoff Doty",
"license": "ISC",
"dependencies": {
"ws": "^7.2.1"
}
}