-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 927 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 927 Bytes
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
{
"name": "CoffeeTime",
"version": "0.0.1",
"description": "Service for connecting people for quick talk by finding space in calendar and creating an event for them",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Google",
"Calendar",
"coffee"
],
"author": "Josef Nevoral",
"license": "MIT",
"engines": {
"node": "5.2.0",
"npm": "3.3.12"
},
"dependencies": {
"async": "^0.9.0",
"connect-mongo": "^0.8.0",
"debug": "^2.1.3",
"dotenv": "^1.1.0",
"express": "^4.12.3",
"express-session": "^1.11.1",
"google-calendar": "^1.3.2",
"googleapis": "^2.0.2",
"jade": "~1.9.2",
"moment": "^2.10.2",
"mongodb": "^2.2.11",
"node-logentries": "^0.1.4",
"nodemon": "^1.3.7",
"passport": "~0.1",
"passport-google-oauth": "~0.1",
"passport-oauth2-refresh": "^0.4.0"
}
}