-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.29 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": "yalla-netlob",
"description": "Application for food ordering",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha tests"
},
"dependencies": {
"async": "^2.3.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"bootstrap": "^3.3.7",
"cloudinary": "^1.8.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"express": "~4.15.2",
"express-session": "^1.15.2",
"faker": "^4.1.0",
"file-type": "^4.2.0",
"fileupload": "^1.0.0",
"formidable": "^1.1.1",
"fs": "0.0.1-security",
"jsdom": "^9.12.0",
"knex": "^0.12.9",
"morgan": "~1.8.1",
"multer": "^1.3.0",
"mysql": "^2.13.0",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "1.0.0",
"passport-twitter": "^1.0.4",
"password-reset": "^0.1.4",
"read-chunk": "^2.0.0",
"redis": "^2.7.1",
"serve-favicon": "~2.4.2",
"socket.io": "^1.7.3",
"supervisor": "^0.12.0",
"validator": "^7.0.0"
},
"engines": {
"node": "6.10.0"
},
"author": "opensourse-iti",
"license": "Apache-2.0",
"devDependencies": {
"mocha": "^3.2.0"
}
}