Skip to content

Instantly share code, notes, and snippets.

@krisb1220
Created May 12, 2020 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisb1220/a5d7f0b961b09fc9f6457121fb8dc80a to your computer and use it in GitHub Desktop.
Save krisb1220/a5d7f0b961b09fc9f6457121fb8dc80a to your computer and use it in GitHub Desktop.
Fixed Package.json
{
"name": "fcc-exercise-tracker",
"version": "0.1.0",
"description": "A REST API project, part of Free Code Camp's curriculum",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.9.13",
"mongodb": "^3.5.7",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"shortid": "^2.2.15"
},
"engines": { "node": "^10.15.3" },
"repository": {
"url": "https://gomix.com/#!/project/welcome-project"
},
"license": "MIT",
"keywords": [
"node",
"gomix",
"express"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment