You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
364 B
16 lines
364 B
5 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|