-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 972 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "fcc-library",
"version": "1.0.0",
"description": "boilerplate",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "mocha --timeout 5000 --recursive --exit --ui tdd tests/"
},
"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": "^9.0.2",
"mongodb": "^3.6.2",
"mongoose": "^5.13.3",
"zombie": "^6.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freeCodeCamp/boilerplate-project-library.git"
},
"keywords": [
"node",
"hyperdev",
"express"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/freeCodeCamp/boilerplate-project-library/issues"
},
"homepage": "https://github.com/freeCodeCamp/boilerplate-project-library#readme",
"directories": {
"test": "tests"
},
"devDependencies": {},
"author": ""
}