-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.65 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.65 KB
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
49
50
51
52
53
54
55
56
{
"name": "staffportal",
"version": "0.0.1",
"description": "Connect your staff team!",
"main": "index.js",
"scripts": {
"start-dev": "nodemon .",
"start": "node .",
"build-dev": "webpack -w",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/staffportalbot/StaffPortal.git"
},
"author": "oskikiboy, TTtie, GG142",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/staffportalbot/StaffPortal/issues"
},
"homepage": "https://github.com/staffportalbot/StaffPortal#readme",
"dependencies": {
"chalk": "^1.1.3",
"circular-json": "^0.5.1",
"compression": "^1.7.1",
"connect-redis": "^3.3.2",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"fs-extra": "^5.0.0",
"helmet": "^3.9.0",
"moment": "^2.20.1",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-oauth2": "^1.4.0",
"passport-oauth2-refresh": "^1.0.0",
"serve-favicon": "^2.4.5",
"uuid": "^3.1.0",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2",
"body-parser": "^1.18.2",
"connect-ensure-login": "^0.1.1",
"ejs": "^2.5.7",
"express-minify": "^1.0.0",
"figlet": "^1.2.0",
"grant-express": "^3.8.1",
"jquery": "^3.2.1",
"js-cookie": "^2.2.0",
"node-fetch": "^1.7.3",
"redis": "^2.8.0",
"socket.io": "^2.0.4",
"winston-graylog2": "^0.7.0",
"xss": "^0.3.5"
}
}