Skip to content

Instantly share code, notes, and snippets.

@yuxel
Created September 13, 2013 21:15
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 yuxel/6b8c082dfcde455ef1f4 to your computer and use it in GitHub Desktop.
Save yuxel/6b8c082dfcde455ef1f4 to your computer and use it in GitHub Desktop.
{
"name": "wordjin.com",
"version": "0.0.1-191",
"private": true,
"dependencies": {
"async": ">= 0.1.22",
"express": "2.5.10",
"jade": ">= 0.0.1",
"mongoose": "2.7.0",
"stylus": ">= 0.0.1",
"cookies": "0.3.x",
"moment": "1.7.0",
"paynode": "0.3.6",
"emailjs": "0.3.2",
"awssum": ">= 0.11.x",
"connect-stream-s3": ">= 0.4.0"
},
"subdomain": "wordjin",
"domains": [
"wordjin.com",
"www.wordjin.com"
],
"scripts": {
"start": "app.js"
},
"engines": {
"node": "0.6.x"
},
"bundledDependencies": [
"mongoose",
"emailjs",
"connect-stream-s3",
"stylus",
"express",
"moment",
"paynode",
"cookies",
"jade",
"async",
"awssum"
],
"env": {
"npm_config_rebuild_bundle": false,
"npm_config_production": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment