browserchannel
Version:
Google BrowserChannel server for NodeJS
28 lines (27 loc) • 667 B
JSON
{
"author": "Joseph Gentle <josephg@gmail.com> (http://josephg.com/)",
"name": "browserchannel",
"description": "Google BrowserChannel server for NodeJS",
"version": "2.1.0",
"homepage": "https://github.com/josephg/node-browserchannel",
"repository": {
"type": "git",
"url": "git://github.com/josephg/node-browserchannel.git"
},
"main": "index.js",
"scripts": {
"test": "mocha",
"prepublish": "make dist/server.js"
},
"dependencies": {
"hat": "*",
"request": "~2",
"ascii-json": "~0.2"
},
"devDependencies": {
"coffee-script": "~1.7",
"timerstub": "*",
"mocha": "~1.18",
"express": "^4.6.1"
}
}