-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1018 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
39
40
41
42
43
44
45
{
"name": "hiburim",
"version": "0.0.0",
"private": true,
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node server.js",
"start-watch": "nodemon server.js",
"debug": "node-debug server.js",
"test": "mocha"
},
"main": "server.js",
"dependencies": {
"express": "~4.9.0",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"debug": "~2.0.0",
"hbs": "~2.7.0",
"mongodb": "~2.0",
"monk": "~1.0.1",
"underscore": "~1.7.0",
"compression": "*",
"nodemailer": "~1.3.0",
"formidable": "~1.0.15",
"quickthumb": "0.0.10",
"fs-extra": "~0.12.0",
"handlebars": "~2.0.0",
"s3": "~4.3.1",
"passport": "~0.2.1",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.8.2",
"express-session": "~1.9.3",
"passport-local": "~1.0.0",
"bcrypt": "~0.8.0"
},
"devDependencies": {
"should": "~4.1.0",
"mocha": "~2.0.1",
"nodemon": "~1.2.1"
}
}