Files
plugin-rtsp/ui/package.json
T
langhuihui f95f8d7153 适配2.0
2020-05-06 10:44:41 +08:00

16 lines
360 B
JSON

{
"name": "dashboard",
"version": "1.0.0",
"description": "dashboard of rtsp plugin for monibuca",
"main": "index.js",
"scripts": {
"build": "vue-cli-service build --target lib --name plugin-rtsp"
},
"author": "dexter",
"license": "ISC",
"devDependencies": {
"@vue/cli-service": "^4.2.3",
"vue-template-compiler": "^2.6.11"
}
}