jschan
Version:
node.js port of docker/libchan
56 lines (55 loc) • 1.28 kB
JSON
{
"name": "jschan",
"description": "node.js port of docker/libchan",
"keywords": [
"docker",
"libchan",
"streams",
"stream",
"channel",
"channels"
],
"version": "0.3.0",
"license": "MIT",
"contributors": [
"Matteo Collina <hello@matteocollina.com> (http://matteocollina.com)",
"Peter Elger <elger.peter@gmail.com> (http://peterelger.com/)",
"Adrian Rossouw <adrian@daemon.co.za> (http://daemon.co.za)"
],
"engines": {
"node": "v0.10.x"
},
"dependencies": {
"async": "^0.9.0",
"inherits": "^2.0.1",
"msgpack5": "^1.2.0",
"readable-stream": "^1.0.27-1",
"reduplexer": "1.0.0",
"through2": "^0.6.1"
},
"main": "lib/jschan.js",
"scripts": {
"test": "_mocha --recursive test",
"jshint": "jshint --exclude-path .gitignore .",
"test-browser": "zuul --local 8080 -- test/websocket_client.js"
},
"pre-commit": [
"jshint",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/GraftJS/jschan.git"
},
"browser": {
"./lib/jschan.js": "./lib/jschan_browser.js"
},
"devDependencies": {
"concat-stream": "^1.4.6",
"jshint": "^2.5.2",
"mocha": "^1.20.1",
"must": "^0.12.0",
"pre-commit": "0.0.9",
"zuul": "^1.10.1"
}
}