Skip to content

Instantly share code, notes, and snippets.

@ognanshissi
Last active November 26, 2019 19:43
Show Gist options
  • Save ognanshissi/2b365f9aeeaba706cea47423ccdc3763 to your computer and use it in GitHub Desktop.
Save ognanshissi/2b365f9aeeaba706cea47423ccdc3763 to your computer and use it in GitHub Desktop.
freecodecamp
{
"name": "demo-app",
"author": "Jason Bank",
"dependencies": {
"express": "^4.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "8.11.2"
},
"repository": {
"type": "git",
"url": "https://github/ognanshissi"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment