-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2 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
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
{
"name": "phillypham",
"author": {
"name": "Philip Pham",
"email": "phil@phillypham.com",
"url": "https://www.phillypham.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ppham27/phillypham.git"
},
"version": "0.8.4",
"license": "MIT",
"private": true,
"engines": {
"node": "^22.3.0"
},
"scripts": {
"postinstall": "gulp",
"test": "NODE_ENV=test mocha",
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.0.1",
"base64-url": "^1.2.2",
"bcrypt": "^5.1.1",
"bluebird": "^3.4.1",
"body-parser": "^1.14.0",
"browserify": "^17.0.0",
"cheerio": "^0.20.0",
"compression": "^1.6.2",
"config": "^1.21.0",
"connect-redis": "^3.1.0",
"cookie": "^0.2.3",
"cookie-parser": "^1.4.1",
"debug": "~2.2.0",
"envify": "^3.4.1",
"express": "^4.14.0",
"express-session": "^1.13.0",
"express-validator": "^2.20.3",
"flash": "^1.1.0",
"google-closure-compiler": "^20240317.0.0",
"gulp": "^5.0.0",
"highlight.js": "^9.5.0",
"inflection": "^1.10.0",
"jade": "^1.11.0",
"marked": "^0.3.6",
"morgan": "^1.7.0",
"nodemailer": "^2.5.0",
"nodemailer-smtp-transport": "^1.0.3",
"pagedown": "^1.1.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-hash": "^0.6.0",
"passport-local": "^1.0.0",
"pg": "^8.12.0",
"pg-hstore": "^2.3.2",
"public-encrypt": "^4.0.0",
"redis": "^2.6.2",
"request": "^2.74.0",
"sanitize-html": "^2.13.0",
"sequelize": "^4.44.4",
"sequelize-cli": "^4.1.1",
"sequelize-fixtures": "^0.4.10",
"serve-favicon": "^2.3.0",
"sweetcaptcha": "github:sweetcaptcha/sweetCaptcha-sdk-js",
"uglifyify": "^3.0.2",
"validator": "^5.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"fakeredis": "^1.0.3",
"mocha": "^2.5.3",
"sinon": "^1.17.5",
"sqlite3": "^5.1.7",
"webdriverio": "^4.2.3"
}
}