forked from holyjs/holyjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.32 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
{
"name": "holyjs",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/holyjs/holyjs.git"
},
"author": "Eray AYDIN <[email protected]>",
"scripts": {
"start": "node app.js",
"test": "mocha --reporter spec --timeout 5000"
},
"dependencies": {
"async": "^2.0.0-rc.4",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.15.1",
"compression": "^1.6.2",
"connect-mongo": "^1.1.0",
"dotenv": "^2.0.0",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-flash": "^0.0.2",
"express-session": "^1.13.0",
"express-validator": "^2.20.6",
"jade": "^1.11.0",
"lodash": "^4.12.0",
"lusca": "^1.4.1",
"mongoose": "^4.4.17",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"nodemailer": "^2.4.1",
"passport": "0.3.2",
"passport-facebook": "^2.1.0",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-instagram": "^1.0.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-openid": "^0.4.0",
"passport-twitter": "^1.0.4",
"request": "^2.72.0",
"socket.io": "^1.4.8",
"validator": "^5.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.0",
"supertest": "^1.2.0"
},
"engines": {
"node": "6.1.0"
},
"license": "MIT"
}