forked from SwahiliBox/CodeChallenge1Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.93 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "code",
"version": "1.0.0",
"description": "simple authentication system",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"start": "npm install && bower install && rm -rf .tmp/ && nodemon -e css,html,js server.js -L",
"predev": "grunt",
"dev": "npm install && bower install && rm -rf .tmp/ & nodedev server & grunt watch"
},
"author": "rodgers",
"license": "ISC",
"dependencies": {
"bcrypt": "^0.8.6",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.1",
"bower": "^1.7.9",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.2.0",
"cookie-parser": "^1.4.3",
"cors": "^2.7.1",
"ejs": "^2.4.2",
"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",
"grunt": "^1.0.1" ,
"ejs-mate": "^2.3.0",
"bower": "^1.7.9",
"bower": "^1.7.9"
},
"devDependencies":{
"grunt": "^1.0.1",
"nodedev": "^0.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0"
},
"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"
}