Skip to content

Instantly share code, notes, and snippets.

@thormuller
Created January 25, 2013 23:31
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 thormuller/3d2357e580845ce3dcad to your computer and use it in GitHub Desktop.
Save thormuller/3d2357e580845ce3dcad to your computer and use it in GitHub Desktop.
package.json
{
"name": "original",
"subdomain": "originalco",
"domains": [
"origin.al",
"staging.origin.al",
"demo.origin.al"
],
"scripts": {
"start": "api/server.js",
"test": "make test",
"postinstall": "scripts/appsetup.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/OriginalCo/original"
},
"version": "0.1.0-58",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"grapple": "latest",
"express": "3.0.x",
"express-namespace": "0.1.x",
"mongoose": "3.4.x",
"passport": "latest",
"jade": "latest",
"connect-mongodb": "latest",
"passport-local": "latest",
"passport-facebook": "latest",
"passport-twitter": "latest",
"passport-github": "latest",
"passport-google-oauth": "latest",
"passport-linkedin": "latest",
"gm": "latest",
"fs": "latest",
"underscore": "latest",
"async": "latest",
"nodemon": "latest",
"each": "latest",
"nodemailer": "latest",
"email-templates": "latest",
"knox": "latest",
"exceptional-node": "latest"
},
"devDependencies": {
"mocha": "latest",
"should": "latest",
"supertest": "latest"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment