Skip to content

Instantly share code, notes, and snippets.

@megadrive
Created April 1, 2013 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save megadrive/67c04c27e893f4c8d5d2 to your computer and use it in GitHub Desktop.
Save megadrive/67c04c27e893f4c8d5d2 to your computer and use it in GitHub Desktop.
package.json
{
"name": "choc",
"version": "0.3.0",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"dependencies": {
"steam": "0.5.3",
"irc": "0.3.6",
"follow-redirects": "*"
},
"scripts": {
"start": "app.js"
},
"subdomain": "ausgaf"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment