forked from josephg/node-browserchannel
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 686 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 686 Bytes
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
{
"author": "Joseph Gentle <josephg@gmail.com> (http://josephg.com/)",
"name": "browserchannel",
"description": "Google BrowserChannel server for NodeJS",
"version": "0.4.1",
"homepage": "https://github.com/josephg/node-browserchannel",
"repository": {
"type": "git",
"url": "git://github.com/josephg/node-browserchannel.git"
},
"main": "index.js",
"engines": {
"node": "0.4 || 0.6"
},
"scripts": {
"test": "nodeunit test/server.coffee"
},
"dependencies": {
"coffee-script": "~1",
"hat": "*",
"connect": "~1.7",
"timerstub": "*",
"request": "~2"
},
"devDependencies": {
"browserify": "~1",
"nodeunit": "*"
}
}