UNPKG

673 BJSONView Raw
1{
2 "name": "solid-ws",
3 "version": "0.3.1",
4 "description": "Web sockets for Solid",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/mocha/bin/mocha ./test/*.js --exit"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/solid/node-solid-ws"
12 },
13 "keywords": [
14 "solid",
15 "websockets",
16 "live",
17 "updates",
18 "decentralized",
19 "web"
20 ],
21 "author": "Nicola Greco <me@nicola.io> (http://nicola.io/)",
22 "license": "MIT",
23 "dependencies": {
24 "debug": "^4.1.0",
25 "run-parallel": "^1.1.4",
26 "uuid": "^3.0.1",
27 "ws": "^7.0.0"
28 },
29 "devDependencies": {
30 "chai": "^4.2.0",
31 "mocha": "^6.1.4"
32 }
33}