-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "passport-local-express4",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "make test"
},
"repository": {
"type": "git",
"url": "[email protected]:mjhea0/passport-local-express4.git"
},
"author": "Michael Herman <[email protected]>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.10.2",
"chai": "~1.8.1",
"cheerio": "^0.20.0",
"connect-busboy": "0.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.3",
"debug": "^2.1.1",
"ejs": "^2.5.1",
"express": "^4.14.0",
"express-session": "^1.10.1",
"google-auth-library": "^0.9.8",
"googleapis": "^12.3.0",
"jimp": "^0.2.27",
"mocha": "~1.14.0",
"mongo": "^0.1.0",
"mongodb": "^2.2.7",
"mongoose": "^4.4.1",
"monk": "^3.1.2",
"morgan": "^1.5.1",
"multer": "^1.2.0",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.0",
"request": "^2.74.0",
"serve-favicon": "^2.2.0",
"shortid": "^2.2.6",
"should": "~2.1.0"
}
}