Skip to content

Instantly share code, notes, and snippets.

@andy-polhill
Created April 18, 2013 09:05
Show Gist options
  • Save andy-polhill/5411343 to your computer and use it in GitHub Desktop.
Save andy-polhill/5411343 to your computer and use it in GitHub Desktop.
Package,json with sockets that work fine locally but not hosted
{
"name": "playground",
"version": "0.0.0-8",
"description": "Just Playin",
"main": "main.js",
"dependencies": {
"amdefine": ">=0.0.2",
"socket.io": "~0.9.14",
"express": "~3.1.1",
"jasmine-node": "~1.6.0",
"underscore": "~1.4.4",
"backbone": "~1.0.0",
"nodeapps-socket.io": "~0.1.3"
},
"scripts": {
"test": "alert('test')",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thatguynamedandy/playground.git"
},
"author": "Andy Polhill",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "6a97590b1eef85e165c99121ff13e11f4c7efc68",
"subdomain": "thatguynamedandy",
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment