-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "egbars",
"version": "1.0.0",
"description": "Api to retrive name and details and locations of bars in cairo & alexandria",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keegho/egBars.git"
},
"keywords": [
"egypt",
"bars",
"cairo",
"api"
],
"author": "Kegham Karsian",
"license": "MIT",
"bugs": {
"url": "https://github.com/keegho/egBars/issues"
},
"homepage": "https://github.com/keegho/egBars#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"mongoose": "^4.4.19",
"node-uuid": "^1.4.7",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-jwt": "^2.0.0",
"passport-local": "^1.0.0",
"underscore": "^1.8.3"
}
}