-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.17 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
42
43
44
45
46
47
48
{
"name": "pharmacy_finder",
"version": "1.0.0",
"description": "Pharmacy Finder",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CS3022-SE-G3/pharmacy_finder.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CS3022-SE-G3/pharmacy_finder/issues"
},
"homepage": "https://github.com/CS3022-SE-G3/pharmacy_finder#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"chromedriver": "^88.0.0",
"config": "^3.3.3",
"connect": "^3.7.0",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-mysql-session": "^2.1.5",
"express-session": "^1.17.1",
"joi": "^17.3.0",
"lodash": "^4.17.20",
"mysql": "^2.18.1",
"nodemailer": "^6.4.17",
"nodemailer-sendgrid-transport": "^0.2.0",
"path": "^0.12.7",
"selenium-webdriver": "^4.0.0-beta.1"
},
"devDependencies": {
"jest": "^26.6.3",
"mocha": "^8.3.0",
"nodemon": "^2.0.7",
"supertest": "^6.1.3"
},
"keywords": []
}