mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
11 lines
257 B
JSON
11 lines
257 B
JSON
{
|
|
"name": "architect",
|
|
"description": "A Simple yet powerful plugin system for node applications",
|
|
"version": "0.1.6",
|
|
"dependencies": {
|
|
"juliangruber/events": "*"
|
|
},
|
|
"main": "architect.js",
|
|
"scripts": ["architect.js"]
|
|
}
|