forked from steaward/StudentWorks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "studentworks",
"version": "1.0.0",
"description": "project implementation for PRJ666",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steaward/StudentWorks.git"
},
"author": "group7",
"license": "MIT",
"bugs": {
"url": "https://github.com/steaward/StudentWorks/issues"
},
"homepage": "https://github.com/steaward/StudentWorks#readme",
"dependencies": {
"basic-auth": "^2.0.0",
"bcryptjs": "^2.4.3",
"client-sessions": "^0.8.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"mongoose": "^5.2.5",
"multer": "^1.3.0",
"multer-sftp": "^0.2.0",
"multer-sftp-linux": "^0.93.0",
"mysql": "^2.15.0",
"nev": "0.0.0",
"nodemailer": "^4.6.7",
"nodemon": "^1.17.5",
"path": "^0.12.7",
"query-string": "^6.1.0",
"ssh2-sftp-client": "^2.3.1"
}
}