Skip to content

Instantly share code, notes, and snippets.

Created February 26, 2013 17:01
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 anonymous/c4f6542206b1652f87c2 to your computer and use it in GitHub Desktop.
Save anonymous/c4f6542206b1652f87c2 to your computer and use it in GitHub Desktop.
bloxicles package.json
{
"name": "bloxicles",
"version": "0.0.1-22",
"subdomain": "bloxicles",
"domains": [
"bloxicl.es",
"bloxicles.com"
],
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "~3.1.0",
"jade": "~0.28.1",
"mongoose": "~3.5.7",
"passport": "~0.1.15",
"passport-local": "~0.1.6",
"connect-flash": "~0.1.0",
"hexurl": "~0.2.0",
"socket.io": "~0.9.13",
"cookie": "0.0.5",
"connect": "~2.7.3",
"network-address": "0.0.3"
},
"devDependencies": {
"grunt": "~0.3.17",
"grunt-spritesmith": "~0.5.2",
"grunt-contrib-copy": "~0.3.2",
"grunt-contrib-less": "~0.3.2",
"grunt-json": "~0.1.1"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment