forked from hpi-schul-cloud/p2p
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.18 KB
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
{
"name": "webrtc-p2p-cdn",
"version": "1.0.5",
"description": "A javascript and nodejs module to enable a webrtc based peer to peer CDN.",
"main": "index.js",
"scripts": {
"babel": "build/babel.sh",
"minify": "build/minify.sh",
"clean": "rm -rf ./build/tmp",
"test": "karma start karma.conf.js",
"build": "build/babel.sh && build/minify.sh",
"build-modernizr": "build/build-modernizr.sh"
},
"author": "",
"license": "ISC",
"dependencies": {
"faye": "^1.2.4",
"npm": "^6.10.1",
"socket.io": "^2.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.2.0",
"debug": "^3.1.0",
"karma": "^4.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-runner": "^1.1.2",
"karma-sinon-chai": "^2.0.2",
"mocha": "^5.2.0",
"node-minify": "^3.0.1",
"sinon": "^7.1.0",
"sinon-chai": "^3.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}