-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.05 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.05 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
{
"name": "InvideoCall",
"version": "0.1experimental",
"author": "Schartz Rehan",
"description": "Webrtc video calls based on Easyrtc with Quasar Engine",
"private": true,
"scripts": {
"start": "node server.js",
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"buefy": "^0.6.3",
"easyrtc": "^1.1.0",
"express": "^4.10.7",
"path": "^0.12.7",
"serve-static": "^1.8.0",
"socket.io": "^1.4.5",
"vue": "^2.5.14"
},
"license": "BSD2",
"engines": {
"node": ">=0.8"
},
"devDependencies": {
"laravel-mix": "^2.0.0"
}
}