Skip to content

Instantly share code, notes, and snippets.

@sebbrandt87
Created November 15, 2018 09:05
Show Gist options
  • Save sebbrandt87/1662438b7f3cab45b9d09acd5d26f49c to your computer and use it in GitHub Desktop.
Save sebbrandt87/1662438b7f3cab45b9d09acd5d26f49c to your computer and use it in GitHub Desktop.
package.json
{
"name": "helloworld",
"version": "1.0.0",
"description": "hello",
"main": "hello.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node hello.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.15.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment