29 lines
548 B
JSON
29 lines
548 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"
|
|
]
|
|
} |