Skip to content

Instantly share code, notes, and snippets.

@adamsilver
Created May 23, 2014 13:26
Show Gist options
  • Save adamsilver/0eb7ff505a0c7a65167b to your computer and use it in GitHub Desktop.
Save adamsilver/0eb7ff505a0c7a65167b to your computer and use it in GitHub Desktop.
{
"name": "Proto",
"version": "0.0.1-12",
"author": "A Silver",
"contributors": [
{
"name": "A Silver",
"email": "[email protected]"
}
],
"scripts": {
"start": "node src/app/app.js"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.3"
},
"repository": {},
"dependencies": {
"grunt": "0.4.1",
"express": "3.4.8",
"swig": "1.3.2",
"request": "2.34.0",
"q-io": "1.11.0",
"q": "1.0.1",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"connect-flash": "^0.1.1"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-csslint": "0.1.2",
"grunt-contrib-cssmin": "0.6.1",
"grunt-contrib-jshint": "0.6.3",
"grunt-contrib-uglify": "0.2.2",
"grunt-rev": "0.1.0",
"grunt-usemin": "2.0.2",
"grunt-contrib-concat": "0.3.0"
},
"subdomain": "justeat"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment