mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 21:22:35 +01:00
17 lines
343 B
JSON
17 lines
343 B
JSON
{
|
|
"name": "portal-alpha",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "browserify public/index.js -o public/bundle.js & node app.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.17.2",
|
|
"express": "^4.15.3",
|
|
"redis": "^2.7.1",
|
|
"simple-peer": "^5.11.4",
|
|
"wrtc": "0.0.62"
|
|
}
|
|
}
|