Skip to content

Instantly share code, notes, and snippets.

@powmedia
Created October 26, 2012 17:41
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 powmedia/9ecbec16b44464dff3e9 to your computer and use it in GitHub Desktop.
Save powmedia/9ecbec16b44464dff3e9 to your computer and use it in GitHub Desktop.
package.json
{
"private": true,
"author": "Charles Davison <charlie@powmedia.co.uk>",
"name": "zootify",
"description": "Zootify",
"version": "0.13.0-3",
"repository": {},
"dependencies": {
"async": "0.1.15",
"connect-mongo": "0.1.9",
"ejs": "0.8.3",
"express": "2.5.11",
"fb": "0.0.8",
"mongoose": "3.0.2",
"pow-express-utils": "0.1.7",
"pow-underscore": "0.3.0",
"redis": "0.8.1",
"request": "2.10.0",
"socket.io": "0.9.10",
"xdate": "0.6.0"
},
"devDependencies": {
"less": "1.3.0",
"Faker": "0.1.3",
"jsdom": "0.2.15",
"pow-mongodb-fixtures": "0.7.0",
"nodeunit": "0.7.4",
"buildify": "0.3.1",
"browserify": "1.15.5",
"optimist": "0.3.4",
"sinon": "1.3.2"
},
"engines": {
"node": "v0.8.x"
},
"subdomain": "zootify",
"domains": [
"zootify.com",
"www.zootify.com"
],
"scripts": {
"start": "app.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment