fbp-protocol-client
Version:
Client library for the FBP protocol
31 lines (30 loc) • 701 B
JSON
{
"name": "fbp-protocol-client",
"description": "Client library for the FBP protocol",
"author": "Henri Bergius <henri.bergius@iki.fi>",
"repo": "flowbased/fbp-protocol-client",
"version": "0.1.6",
"keywords": [],
"dependencies": {
"noflo/noflo": "*",
"microflo/microflo": "*",
"microflo/microflo-emscripten": "*",
"component/emitter": "*"
},
"remotes": [
"https://raw.githubusercontent.com"
],
"scripts": [
"helpers/platform.coffee",
"helpers/connection.coffee",
"src/base.coffee",
"src/iframe.coffee",
"src/websocket.coffee",
"src/microflo.coffee",
"src/webrtc.coffee",
"index.js"
],
"json": [
"component.json"
]
}