halley
Version:
A bayeux client for modern browsers and node. Forked from Faye
80 lines (79 loc) • 2.09 kB
JSON
{
"name": "halley",
"description": "A bayeux client for modern browsers and node. Forked from Faye",
"author": "Andrew Newdigate <andrew@gitter.im>",
"keywords": [
"comet",
"websocket",
"pubsub",
"bayeux",
"ajax",
"http"
],
"license": "MIT",
"version": "0.7.0",
"engines": {
"node": ">=0.8.0"
},
"main": "./index.js",
"browser": "./browser-standalone",
"dependencies": {
"backbone": "1.2.3",
"backbone-events-standalone": "github:suprememoocow/backbone-events-standalone#f9b7ec37495f9ef62ebe563d6fdaec89882da0b0",
"bluebird": "^3.3.1",
"debug": "^2.0.0",
"faye-websocket": "~0.10.0",
"inherits": "^2.0.0",
"lodash": "^3.0.0"
},
"devDependencies": {
"coveralls": "^2.11.4",
"express": "^4.13.3",
"gitter-faye": "^1.1.0-h",
"gulp": "^3.9.1",
"gulp-gzip": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-spawn-mocha": "^2.2.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webpack": "^1.5.0",
"imports-loader": "^0.6.5",
"internal-ip": "^1.1.0",
"karma": "^0.13.15",
"karma-browserstack-launcher": "^0.1.7",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.1",
"karma-safari-launcher": "^0.1.1",
"karma-webpack": "^1.7.0",
"lolex": "^1.3.2",
"mocha": "^2.3.4",
"mocha-loader": "^0.7.1",
"node-fetch": "^1.3.3",
"permessage-deflate": ">=0.1.0",
"server-destroy": "^1.0.1",
"setimmediate": "^1.0.4",
"sinon": "^1.12.1",
"sinon-browser-only": "^1.12.1",
"webpack": "^1.12.6",
"webpack-dev-middleware": "^1.2.0",
"whatwg-fetch": "^0.10.0",
"yargs": "^11.0.0"
},
"scripts": {
"test": "gulp test",
"test-browser": "gulp karma",
"mocha": "mocha"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitterHQ/halley.git"
},
"bugs": {
"url": "https://github.com/gitterHQ/halley/issues"
},
"homepage": "https://github.com/gitterHQ/halley#readme"
}