Skip to content

Instantly share code, notes, and snippets.

@jayhjkwon
Created August 19, 2013 13:15
Show Gist options
  • Save jayhjkwon/6269002 to your computer and use it in GitHub Desktop.
Save jayhjkwon/6269002 to your computer and use it in GitHub Desktop.
gistcamp nodejitsu app
{
"name": "gistcamp",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "3.2.4",
"ejs": "*",
"underscore": "1.5.1",
"github": "~0.1.10",
"request": "~2.25.0",
"moment": "~2.1.0",
"async": "~0.2.9",
"mongoose": "~3.6.15",
"lodash": "~1.3.1",
"socket.io": "",
"passport-github": "~0.1.5",
"passport": "~0.1.17"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-qunit": "0.2.1",
"grunt-contrib-requirejs": "0.4.0",
"grunt-contrib-less": "0.5.0",
"grunt-contrib-watch": "0.4.3",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2"
},
"subdomain": "gistcamp",
"domains" : ["gistcamp.com"],
"engines": {
"node": "0.10.x"
},
"analyze": false
}
@richheey
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment