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