Skip to content

Instantly share code, notes, and snippets.

@deadlysyn
Created January 22, 2018 04:29
Show Gist options
  • Save deadlysyn/aee6415295a722434e79ab64f04a02fa to your computer and use it in GitHub Desktop.
Save deadlysyn/aee6415295a722434e79ab64f04a02fa to your computer and use it in GitHub Desktop.
{
"name": "chowchow",
"version": "1.0.0",
"description": "find food fast",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deadlysyn/chowchow.git"
},
"author": "Mike Hoskins",
"license": "MIT",
"bugs": {
"url": "https://github.com/deadlysyn/chowchow/issues"
},
"homepage": "https://github.com/deadlysyn/chowchow#readme",
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"memorystore": "^1.6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment