-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 863 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
{
"name": "meeting-scheduler",
"version": "0.0.1",
"description": "Mixmax integration for scheduling meeting with one command",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git://github.com/yashshah/meeting-scheduler.git"
},
"author": "Yash Shah <[email protected]>",
"homepage": "https://github.com/yashshah/meeting-scheduler",
"license": "MIT",
"dependencies": {
"appbase-js": "^0.10.7",
"body-parser": "^1.15.1",
"cookie-session": "^2.0.0-alpha.1",
"cors": "^2.7.1",
"express": "^4.13.3",
"google-locations": "^0.2.0",
"googleapis": "^5.2.1",
"https": "^1.0.0",
"jsonwebtoken": "^7.0.0",
"moment-range": "^2.2.0",
"moment-timezone": "^0.5.4",
"request": "^2.64.0"
},
"devDependencies": {
"nodemon": "^1.9.2"
}
}