Created
April 18, 2013 09:05
-
-
Save andy-polhill/5411343 to your computer and use it in GitHub Desktop.
Package,json with sockets that work fine locally but not hosted
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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