mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
13 lines
309 B
JSON
13 lines
309 B
JSON
{
|
|
"name": "vfs-socket-consumer",
|
|
"version": "0.3.9",
|
|
"description": "A vfs helper library that communicates through a serialized socket",
|
|
"dependencies": {
|
|
"c9/smith": "*",
|
|
"juliangruber/events": "*",
|
|
"juliangruber/stream": "*"
|
|
},
|
|
"main": "consumer.js",
|
|
"scripts": ["consumer.js"]
|
|
}
|