-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 945 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
35
36
37
38
39
{
"name": "gallery_group_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha ./test/test.js -t 30000",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.ecs.vuw.ac.nz/gregordevo/nwen304_group_project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.22.0",
"body-parser": "^1.19.0",
"chai-http": "^4.3.0",
"cookie-parser": "^1.4.5",
"dbpedia-sparql-client": "^0.8.7",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.1.0",
"express-session": "^1.17.2",
"express-validator": "^6.12.2",
"jwt-simple": "^0.5.6",
"mongo-sanitize": "^1.1.0",
"mongodb": "^4.1.2",
"node-fetch": "^3.0.0",
"nodemailer": "^6.6.5",
"scrypt-js": "^3.0.1"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.2"
}
}