mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
13 lines
201 B
JSON
13 lines
201 B
JSON
{
|
|
"name": "demo.plugin",
|
|
"version": "0.0.1",
|
|
"main": "plugin.js",
|
|
"private": true,
|
|
|
|
"plugin": {
|
|
"provides": [],
|
|
"consumes": [
|
|
"connect"
|
|
]
|
|
}
|
|
} |