-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 919 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "remote-view-worker",
"version": "1.0.2",
"description": "LiveStyle Remote View server worker: handles connectivity with RV clients",
"main": "./lib/server",
"scripts": {
"start": "node ./worker.js",
"debug": "DEBUG=rv:* node ./worker.js",
"test": "./node_modules/.bin/mocha -t 3000 --reporter spec"
},
"author": "Sergey Chikuyonok",
"license": "MIT",
"dependencies": {
"debug": "^2.2.0",
"lru-cache": "^4.0.0",
"mongodb": "^2.1.3",
"stream-combiner2": "^1.1.1",
"websocket": "^1.0.18",
"xtend": "^4.0.0"
},
"devDependencies": {
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.12.4",
"connect": "^3.3.5",
"connect-multiparty": "^1.2.5",
"duplexer2": "0.0.2",
"mocha": "^2.2.4",
"remote-view-client": "git+https://github.com/livestyle/remote-view-client.git",
"request": "^2.55.0",
"serve-static": "^1.9.2"
}
}