UNPKG

557 BJSONView Raw
1{
2 "name": "solid-ws",
3 "version": "0.1.1",
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 },
24 "devDependencies": {
25 "chai": "^3.3.0",
26 "mocha": "^2.3.3"
27 }
28}