solid-ws
Version:
Web sockets for Solid
35 lines (34 loc) • 712 B
JSON
{
"name": "solid-ws",
"version": "0.4.3",
"description": "Web sockets for Solid",
"main": "index.js",
"scripts": {
"build": "echo nothing to build",
"test": "./node_modules/mocha/bin/mocha ./test/*.js --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/solid/node-solid-ws"
},
"keywords": [
"solid",
"websockets",
"live",
"updates",
"decentralized",
"web"
],
"author": "Nicola Greco <me@nicola.io> (http://nicola.io/)",
"license": "MIT",
"dependencies": {
"debug": "^4.3.1",
"run-parallel": "^1.1.10",
"uuid": "^8.3.2",
"ws": "^7.4.2"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1"
}
}