-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1012 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
33
34
35
{
"name": "testrtc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --plugin write-file-webpack-plugin --host 0.0.0.0 --https",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.5",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^2.0.1",
"event": "^1.0.0",
"getusermedia": "^2.0.1",
"inline-source-map": "^0.6.2",
"kurento-jsonrpc": "https://github.com/tiulkin/kurento-jsonrpc-js.git",
"simple-peer": "^9.3.0",
"socket.io-client": "^2.2.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack-dev-server": "^3.3.1",
"write-file-webpack-plugin": "^4.5.0"
}
}