forked from conspectio/conspectio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "conspectio",
"version": "3.1.0",
"description": "Conspectio is a library that provides the ability to display multiple one-to-many live stream broadcasts all in one view. Conspectio is built with WebRTC and Socket.io.",
"main": "index.js",
"scripts": {
"start": "nodemon demo/server/server.js",
"build": "./node_modules/.bin/webpack -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/conspectio/conspectio.git"
},
"keywords": [
"conspectio",
"livestream",
"webrtc",
"socket"
],
"author": "Diana Cheung, Simon Situ, Dana Tran, <conspectio.js@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/conspectio/conspectio/issues"
},
"homepage": "https://github.com/conspectio/conspectio#readme",
"dependencies": {
"alasql": "^0.3.3",
"express": "4.14.0",
"path": "0.12.7",
"socket.io": "1.5.0"
},
"devDependencies": {
"babel-core": "6.17.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.16.0",
"chai": "3.5.0",
"jquery": "3.1.1",
"mocha": "3.1.2",
"nodemon": "1.11.0",
"socket.io-client": "1.5.0",
"supertest": "2.0.0",
"webpack": "1.13.2",
"webrtc-adapter": "2.0.4"
}
}