-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 838 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
{
"name": "nodejs-googleanaylti-5310",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crowdbotics-apps/nodejs-googleanaylti-5310.git"
},
"keywords": [],
"author": "Aman Mittal <[email protected]> (www.amanhimself.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/crowdbotics-apps/nodejs-googleanaylti-5310/issues"
},
"homepage": "https://github.com/crowdbotics-apps/nodejs-googleanaylti-5310#readme",
"dependencies": {
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.4",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"googleapis": "^22.2.0",
"moment": "^2.24.0"
}
}