This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
77 lines (77 loc) · 1.99 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "halley",
"description": "A bayeux client for modern browsers and node. Forked from Faye",
"author": "Andrew Newdigate <[email protected]>",
"keywords": [
"comet",
"websocket",
"pubsub",
"bayeux",
"ajax",
"http"
],
"license": "MIT",
"version": "0.5.2",
"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.0",
"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",
"wtfnode": "^0.2.1"
},
"scripts": {
"test": "gulp test"
},
"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"
}