Skip to content

Instantly share code, notes, and snippets.

@stevenYouhana
Last active November 17, 2018 20:45
Show Gist options
  • Save stevenYouhana/e16494f81952892b212e691277051a49 to your computer and use it in GitHub Desktop.
Save stevenYouhana/e16494f81952892b212e691277051a49 to your computer and use it in GitHub Desktop.
{
"author": "Steven",
"name": "hello-express",
"version": "0.0.1",
"description": "A simple Node app built on Express, instantly up and running.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.16.3"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment