30 lines
558 B
JSON
30 lines
558 B
JSON
{
|
|
"name": "fcc-library",
|
|
"version": "1.0.0",
|
|
"description": "boilerplate",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"chai": "^4.2.0",
|
|
"chai-http": "^4.3.0",
|
|
"cors": "^2.8.1",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.14.0",
|
|
"mocha": "^3.2.0",
|
|
"mongoose": "^6.7.1",
|
|
"zombie": "^5.0.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/freeCodeCamp/boilerplate-project-library"
|
|
},
|
|
"keywords": [
|
|
"node",
|
|
"hyperdev",
|
|
"express"
|
|
],
|
|
"license": "MIT"
|
|
}
|