mirror of
https://github.com/Monibuca/plugin-webrtc.git
synced 2025-12-24 13:38:01 +08:00
16 lines
364 B
JSON
16 lines
364 B
JSON
{
|
|
"name": "dashboard",
|
|
"version": "1.0.0",
|
|
"description": "dashboard of webrtc plugin for monibuca",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "vue-cli-service build --target lib --name plugin-webrtc"
|
|
},
|
|
"author": "dexter",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@vue/cli-service": "^4.2.3",
|
|
"vue-template-compiler": "^2.6.11"
|
|
}
|
|
}
|