You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
549 B
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.14.0",
"mongoose": "^4.7.2",
"mongodb": "^2.2.14",
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"shortid": "^2.2.6"
},
"engines": {
"node": "6.9.1"
},
"repository": {
"url": "https://gomix.com/#!/project/welcome-project"
},
"license": "MIT",
"keywords": [
"node",
"gomix",
"express"
]
}