fbp-protocol-client
Version:
Client library for the FBP protocol
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "fbp-protocol-client",
"description": "Client library for the FBP protocol",
"version": "0.1.6",
"author": {
"name": "Henri Bergius",
"email": "henri.bergius@iki.fi"
},
"repository": {
"type": "git",
"url": "git://github.com/flowbased/fbp-protocol-client.git"
},
"licenses": [
{
"type": "MIT",
"url": "undefined/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"coffee-script": "1.10.0",
"websocket": "1.0.22"
},
"optionalDependencies": {
"microflo": "0.3.36"
},
"devDependencies": {
"chai": "3.3.0",
"grunt": "0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "0.11.1",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha-phantomjs": "0.7.0",
"grunt-mocha-test": "0.12.7",
"grunt-noflo-browser": "0.1.11",
"grunt-noflo-manifest": "0.1.11",
"microflo-emscripten": "0.3.28",
"mocha": "2.3.3",
"noflo": "0.5.14",
"noflo-core": "0.1.14",
"noflo-runtime-websocket": "0.2.5"
},
"keywords": [],
"scripts": {
"test": "grunt test"
}
}