-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 937 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
{
"name": "clickconnect",
"version": "1.0.0",
"description": "This web application makes access to healthcare more interoperable. ",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"app": "node server.js",
"devApp": "nodemon server.js"
},
"author": "Supriya Mutharasan, Guilherme Dias Simoes",
"license": "ISC",
"dependencies": {
"amazon-buddy": "^2.2.36",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"client-sessions": "^0.8.0",
"drag-drop": "^7.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.1",
"fs": "0.0.1-security",
"kijiji-scraper": "^6.1.2",
"moment": "^2.29.1",
"mongoose": "^5.11.18",
"multer": "^1.4.2",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"socket.io": "^3.1.2",
"underscore": "^1.12.0",
"uuid": "^8.3.2",
"xmlhttprequest": "^1.8.0"
}
}