Skip to content

Instantly share code, notes, and snippets.

@steve21124
Created January 9, 2012 17:53
Show Gist options
  • Save steve21124/1584113 to your computer and use it in GitHub Desktop.
Save steve21124/1584113 to your computer and use it in GitHub Desktop.
fayepubsub
{
"description": "Simple pub/sub messaging for the web",
"keywords": [
"comet",
"websocket",
"pubsub",
"bayeux",
"ajax",
"http"
],
"author": "James Coglan <jcoglan@gmail.com>",
"version": "0.5.5",
"engines": {
"node": ">=0.1.96"
},
"main": "./faye-node",
"bugs": "http://github.com/jcoglan/faye/issues",
"maintainers": [
{
"name": "James Coglan",
"email": "jcoglan@gmail.com",
"web": "http://jcoglan.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/jcoglan/faye.git"
}
],
"scripts": {
"start": ""
},
"name": "chat24",
"subdomain": "chat25"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment