mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"name": "smith",
|
|
"description": "Smith is an RPC agent system for Node.JS used in architect and vfs.",
|
|
"version": "0.1.16",
|
|
"main": "smith.js",
|
|
"dependencies": {
|
|
"creationix/msgpack-js-browser": "*",
|
|
"juliangruber/events": "*"
|
|
},
|
|
"scripts": ["smith.js"]
|
|
}
|