UNPKG

486 BJSONView Raw
1{
2 "name": "solid-ws",
3 "version": "0.1.0",
4 "description": "Web sockets for Solid",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "solid",
11 "websockets",
12 "live",
13 "updates",
14 "decentralized",
15 "web"
16 ],
17 "author": "Nicola Greco <me@nicola.io> (http://nicola.io/)",
18 "license": "MIT",
19 "dependencies": {
20 "debug": "^2.2.0",
21 "node-uuid": "^1.4.3",
22 "run-parallel": "^1.1.4"
23 }
24}