-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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": "auth-module",
"description": "Authentication Module",
"version": "1.0.0",
"author": {
"name": "Kelum Senanayake",
"email": "kelumkps@yahoo.com"
},
"dependencies": {
"async": "^1.4.0",
"body-parser": "^1.12.4",
"crypto": "0.0.3",
"email-templates": "^2.3.0",
"express": "^4.12.4",
"express-flash": "0.0.2",
"express-session": "^1.11.3",
"jade": "^1.11.0",
"method-override": "^2.3.3",
"mongoose": "^4.0.5",
"mongoose-text-search": "0.0.2",
"morgan": "^1.5.3",
"nconf": "^0.7.1",
"node-sass-middleware": "^0.9.8",
"nodemailer": "^2.3.0",
"oauth2orize": "^1.0.1",
"passport": "^0.2.2",
"passport-http": "^0.2.2",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"request": "^2.72.0",
"serve-favicon": "^2.2.1",
"socket.io": "^1.3.6",
"universal-analytics": "^0.3.10",
"winston": "^1.0.0",
"xoauth2": "^1.1.0"
},
"devDependencies": {
"chai": "^3.0.0",
"htmlparser2": "^3.8.3",
"mocha": "^2.2.5",
"supertest": "^1.0.1"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec test/*.test.js test/**/*.test.js"
},
"main": "server.js",
"license": "MIT"
}