ws-playground/package.json

23 lines
489 B
JSON
Raw Normal View History

2020-01-29 18:51:04 +00:00
{
"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"
}
}