-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "icure",
"version": "1.0.0",
"description": "A Software Engineering Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DWJ01/iCure.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DWJ01/iCure/issues"
},
"homepage": "https://github.com/DWJ01/iCure#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.5.0",
"eslint-plugin-mocha": "^6.1.1",
"mocha": "^6.2.0"
},
"dependencies": {
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"fullcalendar": "^3.10.1",
"googleapis": "^39.2.0",
"hbs": "^4.0.5",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"mongo-sanitize": "^1.0.1",
"mongoose": "^5.7.5",
"mongoose-url-slugs": "^1.0.2",
"password-hash": "^1.2.2"
}
}