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