UNPKG

577 BJSONView Raw
1{
2 "name": "solid-ws",
3 "version": "0.1.5",
4 "description": "Web sockets for Solid",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/mocha/bin/mocha ./test/*.js"
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 "ws": "^0.8.0"
24 },
25 "devDependencies": {
26 "chai": "^3.3.0",
27 "mocha": "^2.3.3"
28 }
29}