UNPKG

457 BJSONView Raw
1{
2 "name": "statebus",
3 "version": "6.0.120",
4 "description": "Synchronize state.",
5 "main": "statebus.js",
6 "scripts": {
7 "test": "node extras/tests.js"
8 },
9 "author": "Michael Toomim",
10 "repository": "invisible-college/statebus",
11 "dependencies": {
12 "bcrypt-nodejs": "0.0.3",
13 "chokidar": "^1.7.0",
14 "coffeescript": "^2.3.1",
15 "cookie": "^0.3.1",
16 "express": "^4.15.3",
17 "sockjs": "^0.3.18",
18 "websocket": "^1.0.24"
19 }
20}