Skip to content

Instantly share code, notes, and snippets.

@walidamriou
Last active November 27, 2020 07:52
Show Gist options
  • Save walidamriou/defb1a198363050187716013a8d17be0 to your computer and use it in GitHub Desktop.
Save walidamriou/defb1a198363050187716013a8d17be0 to your computer and use it in GitHub Desktop.
{
"name": "fcc-learn-npm-package-json",
"author":"walidamriou",
"dependencies": {
"express": "^4.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