forked from Sendero-Project/SenderoStreamingServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 852 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
{
"name": "sendero-streaming-server",
"version": "1.0.0",
"description": "Socket.io application. Man in the middle between Sendero Server and Sendero Web Clients.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sendero-Project/SenderoStreamingServer.git"
},
"keywords": [
"Sendero",
"Socket.io",
"Streaming"
],
"author": "\"FIng's MediaLab (Bouvier, Ernst, Larrosa)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sendero-Project/SenderoStreamingServer/issues"
},
"homepage": "https://github.com/Sendero-Project/SenderoStreamingServer#readme",
"dependencies": {
"mongodb": "^2.1.16",
"socket.io": "^1.4.5",
"socket.io-stream": "^0.9.0",
"xml2js": "^0.4.16"
}
}