-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 KB
/
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": "knowyourzone",
"version": "1.0.0",
"description": "Malaysia COVID-19 Zone Colour Visualizer. JSON data API available.",
"main": "app.js",
"scripts": {
"test": "nyc mocha --exit",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kphilemon/knowyourzone.git"
},
"author": "Khor Philemon (kphilemon)",
"license": "MIT",
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.3.0",
"coveralls": "^3.1.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"handlebars": "^4.7.6",
"helmet": "^4.1.0",
"html-minifier": "^4.0.0",
"joi": "^17.2.1",
"memory-cache": "^0.2.0",
"mocha": "^8.1.3",
"mock-fs": "^4.13.0",
"morgan": "^1.10.0",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.11",
"nyc": "^15.1.0",
"puppeteer": "^5.2.1",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0",
"winston": "^3.3.3"
}
}