Skip to content

Instantly share code, notes, and snippets.

@chrislatorres
Created September 30, 2019 20:24
Show Gist options
  • Save chrislatorres/cc487a588582b7f2a32f21b33a91d509 to your computer and use it in GitHub Desktop.
Save chrislatorres/cc487a588582b7f2a32f21b33a91d509 to your computer and use it in GitHub Desktop.
{
"name": "fcc-learn-npm-package-json",
"dependencies": {
"express": "^4.14.0",
"moment": "2.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "8.11.2"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment