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