-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 902 Bytes
/
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
{
"name": "Dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.3.15",
"angular-route": "^1.3.15",
"angular-socket-io": "^0.7.0",
"bcrypt-nodejs": "latest",
"body-parser": "~1.0.0",
"connect-flash": "~0.1.1",
"connect-mongo": "^0.8.1",
"cookie-parser": "~1.0.0",
"ejs": "~0.8.5",
"express": "~4.0.0",
"express-session": "~1.0.0",
"gravatar": "^1.1.1",
"imap": "^0.8.14",
"inbox": "^1.1.59",
"method-override": "~1.0.0",
"mongoose": "~3.8.1",
"morgan": "~1.0.0",
"passport": "^0.2",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0",
"passport.socketio": "^3.5",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1"
}
}