forked from social-media-testdrive/truman_testdrive
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.03 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.03 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "dart",
"version": "1.0.0",
"description": "Test version of Dart",
"repository": {
"type": "git",
"url": "https://github.com/difrad/truman_testdrive.git"
},
"author": "Dominic DiFranzo",
"license": "MIT",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js",
"test": "mocha --reporter spec"
},
"dependencies": {
"@node-rs/bcrypt": "^1.7.3",
"async": "^3.2.4",
"aws-sdk": "^2.1462.0",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"chart.js": "^4.4.0",
"cheerio": "^1.0.0-rc.12",
"compression": "^1.7.4",
"connect-mongo": "^5.0.0",
"cookie-session": "^2.0.0",
"csurf": "^1.11.0",
"csv-write-stream": "^2.0.0",
"csv-writer": "^1.6.0",
"csvtojson": "^2.0.10",
"dart": "file:",
"dotenv": "^16.3.1",
"errorhandler": "^1.5.1",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-rate-limit": "^7.0.1",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"fomantic-ui": "^2.9.3",
"jshint": "^2.13.6",
"lodash": "^4.17.21",
"lusca": "^1.7.0",
"mailchecker": "^5.0.9",
"moment": "^2.29.4",
"mongodb": "^6.8.0",
"mongoose": "^8.6.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.5",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth2": "^0.2.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-oauth2-refresh": "^2.2.0",
"pug": "^3.0.3",
"twit": "^1.1.20",
"ua-parser-js": "^1.0.36",
"useragent": "^2.3.0",
"validator": "^13.11.0"
},
"devDependencies": {
"chai": "^4.3.8",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"pug-cli": "^1.0.0-alpha6",
"sinon": "^16.0.0",
"supertest": "^6.3.3",
"video.js": "^8.6.1"
},
"engines": {
"node": ">=18",
"npm": ">=6.4.1"
}
}