-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "parrot",
"version": "1.0.0",
"description": "A git messanging app built with nodejs",
"main": "server.js",
"dependencies": {
"@octokit/rest": "^16.13.1",
"async": "^2.6.1",
"atob": "^2.1.2",
"b64-to-blob": "^1.2.19",
"base64-img": "^1.0.4",
"blob": "^0.0.4",
"cheerio": "^1.0.0-rc.2",
"connect-redis": "^3.4.0",
"crypto-js": "^3.1.9-1",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"firebase-admin": "^6.0.0",
"fs": "^0.0.1-security",
"hbs": "^4.0.1",
"http": "^0.0.0",
"mysql2": "^1.6.4",
"oauth": "^0.9.15",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"socket.io": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/singhbhavneet/Parrot.git"
},
"author": "Bhavneet Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/singhbhavneet/Parrot/issues"
},
"homepage": "https://github.com/singhbhavneet/Parrot#readme"
}