Files
plugin-webrtc/ui/package.json
2020-05-22 16:39:44 +08:00

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"
}
}