forked from giftofjehovah/DevHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "devhub",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "jasmine"
},
"engines": {
"node": "5.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giftofjehovah/DevHub.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/giftofjehovah/DevHub/issues"
},
"homepage": "https://github.com/giftofjehovah/DevHub#readme",
"dependencies": {
"async": "^2.0.0-rc.3",
"bcrypt": "^0.8.5",
"body-parser": "^1.15.0",
"cheerio": "latest",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.0.0",
"dotenv": "^2.0.0",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-ejs-layouts": "^2.0.0",
"express-jwt": "^3.3.0",
"express-session": "^1.13.0",
"jasmine": "^2.4.1",
"jsonwebtoken": "^5.7.0",
"method-override": "^2.3.5",
"mongoose": "^4.4.12",
"morgan": "^1.7.0",
"node-mongo-seeds": "^2.2.7",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"request": "^2.70.0",
"underscore": "^1.8.3"
}
}