-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 866 Bytes
/
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
{
"name": "thalos",
"version": "0.0.1",
"engines": {
"node": "6.11.1"
},
"private": true,
"scripts": {
"start": "node ./bin/www",
"test" : " "
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.17.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"express": "~4.15.2",
"express-session": "^1.15.3",
"jade": "^1.11.0",
"morgan": "~1.8.1",
"mysql2": "^1.3.5",
"nodemailer": "^4.0.1",
"openpgp": "^2.5.4",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"pg": "^6.4.0",
"pg-hstore": "^2.3.2",
"pug": "~2.0.0-beta11",
"randomstring": "^1.1.5",
"sequelize": "^4.2.1",
"serve-favicon": "~2.4.2",
"sha1": "^1.1.1",
"transformers": "^3.1.0"
}
}