Skip to content

Instantly share code, notes, and snippets.

Created February 5, 2013 14:24
Show Gist options
  • Save anonymous/4714757 to your computer and use it in GitHub Desktop.
Save anonymous/4714757 to your computer and use it in GitHub Desktop.
When I try to deploy my app I have this.
http://i.imgur.com/4suEMcZ.jpg
my package.json is this
{
"name": "uniswer",
"subdomain": "bafio.uniswer",
"scripts": {
"start": "app.js"
},
"version": "0.0.0-1",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"express": "*",
"socket.io": "*"
}
}
some helps??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment