Skip to content

Instantly share code, notes, and snippets.

@blakmatrix
Forked from devandy/gist:3487797
Created August 29, 2012 21:31
Show Gist options
  • Save blakmatrix/3519238 to your computer and use it in GitHub Desktop.
Save blakmatrix/3519238 to your computer and use it in GitHub Desktop.
package.json
{
"name": "pol",
"version": "0.0.1-24",
"private": true,
"scripts": {
"start": "app.coffee"
},
"dependencies": {
"ejs": "0.8.0",
"express": "3.0.0rc1",
"futures": "2.1.0",
"jquery": "1.7.3",
"socket.io": "0.9.8",
"stylus": "0.28.2",
"underscore": "1.3.3"
},
"subdomain": "devandy.pol-beta",
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment