-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.17 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
{
"name": "project2",
"version": "1.0.0",
"engines": {
"npm": "4.1.2"
},
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bobbyschank/project2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bobbyschank/project2/issues"
},
"homepage": "https://github.com/bobbyschank/project2#readme",
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "~1.0.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"dotenv": "^4.0.0",
"ejs": "~0.8.5",
"express": "^4.15.2",
"express-ejs-layouts": "^1.1.0",
"express-session": "~1.0.0",
"hbs": "^4.0.0",
"method-override": "~1.0.0",
"mongoose": "^4.7.2",
"morgan": "~1.0.0",
"passport": "~0.1.17",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"request": "^2.79.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}