c9-core/node_modules/vfs-socket/component.json

13 wiersze
309 B
JSON
Czysty Zwykły widok Historia

2016-06-26 11:53:19 +00:00
{
"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"]
}