25 lines
515 B
JSON
25 lines
515 B
JSON
{
|
|
"name": "fcc-mongo-mongoose-challenges",
|
|
"version": "0.0.1",
|
|
"description": "A boilerplate project",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.12.4",
|
|
"mongoose": "^5.11.15"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/freeCodeCamp/boilerplate-mongomongoose.git"
|
|
},
|
|
"keywords": [
|
|
"node",
|
|
"mongoose",
|
|
"express"
|
|
],
|
|
"license": "MIT"
|
|
}
|