-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 871 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 871 Bytes
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
{
"name": "Week-7",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon -e js,json,mustache index.js",
"test": "jest --coverage --runInBand",
"tdd": "jest --watch --runInBand"
},
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.9.21",
"mustache-express": "^1.3.0"
},
"devDependencies": {
"@shelf/jest-mongodb": "^1.1.5",
"cheerio": "^1.0.0-rc.3",
"jest": "^26.1.0",
"nodemon": "^2.0.4",
"supertest": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UW-PCE-JSCRIPT-400-Summer-2020/Week-7.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UW-PCE-JSCRIPT-400-Summer-2020/Week-7/issues"
},
"homepage": "https://github.com/UW-PCE-JSCRIPT-400-Summer-2020/Week-7#readme"
}