-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 958 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 958 Bytes
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": "ManiaCDN-about",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "npm run grunt && npm run maniacdn",
"grunt": "grunt",
"maniacdn": "node ./maniacdn.js"
},
"dependencies": {
"async": "^2.6.3",
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"debug": "~2.6.0",
"express": "^4.17.1",
"express-bouncer": "^0.2.0",
"express-session": "^1.17.1",
"ip-address": "^5.9.4",
"jade": "^1.11.0",
"knex": "^0.21.1",
"moment": "^2.25.3",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemailer": "^2.7.1",
"nodemailer-smtp-transport": "^2.7.2",
"querystring": "^0.2.0",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"underscore": "^1.10.2",
"xml2json": "^0.11.0"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-less": "^1.4.0"
}
}