-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.14 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
43
44
45
46
47
48
49
50
51
{
"name": "lindat-billing",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:ufal/lindat-billing.git"
},
"main": "index.js",
"scripts": {
"start": "nodemon $NODE_DEBUG_OPTION app/bin/www.js",
"test": "mocha"
},
"dependencies": {
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"chart.js": "^3.5.1",
"chartjs-plugin-annotation": "^1.0.1",
"commander": "^4.0.1",
"config": "^2.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-session": "^1.15.6",
"form-data": "^2.3.3",
"http": "0.0.0",
"jsonwebtoken": "^8.3.0",
"materialize-css": "^1.0.0",
"md5": "^2.2.1",
"md5-file": "^4.0.0",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"n-readlines": "^1.0.0",
"nginx-log-parser": "0.0.4",
"node-nthline": "^1.0.0",
"nodemailer": "^6.7.0",
"nodemon": "^2.0.14",
"pg-promise": "^10.12.0",
"pg-types": "^3.0.0",
"pug": "^3.0.2",
"querystring": "^0.2.0",
"request-ip": "^2.1.3",
"serve-favicon": "^2.5.0",
"tracer": "^1.1.5",
"underscore": "^1.13.1",
"winston": "^3.1.0"
},
"devDependencies": {
"mocha": "^9.1.3"
}
}