forked from SwahiliBox/CodeChallenge1Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 KB
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
{
"name": "code",
"version": "1.0.0",
"description": "simple authentication system",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"start": "node server.js"
},
"author": "rodgers",
"license": "ISC",
"dependencies": {
"bcrypt": "^0.8.6",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.2.0",
"cookie-parser": "^1.4.3",
"cors": "^2.7.1",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"express-validator": "^2.20.8",
"jsonwebtoken": "^7.0.0",
"method-override": "^2.3.6",
"mocha": "^2.5.3",
"mongodb": "^2.1.21",
"mongoose": "^4.4.20",
"morgan": "^1.7.0",
"nodemailer": "^0.7.1",
"nodemailer-smtp-transport": "^2.5.0",
"nodemon": "^1.9.2",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-facebook-token": "^3.2.0",
"passport-google-oauth": "^1.0.0",
"passport-google-token": "^0.1.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"xoauth2": "^1.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SwahiliBox/CodeChallenge1Server.git"
},
"bugs": {
"url": "https://github.com/SwahiliBox/CodeChallenge1Server/issues"
},
"homepage": "https://github.com/SwahiliBox/CodeChallenge1Server#readme"
}