-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "sb-hacks-19",
"version": "1.0.0",
"description": "Podcast saver website hack thing",
"main": "server.js",
"dependencies": {
"@google-cloud/speech": "^2.1.2",
"@google-cloud/storage": "^2.3.4",
"@google-cloud/translate": "^2.1.3",
"blob-to-buffer": "^1.2.8",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-fileupload": "^1.1.1-alpha.1",
"firebase": "^5.7.3",
"firebase-admin": "^6.5.0",
"firebase-functions": "^2.1.0",
"fluent-ffmpeg": "^2.1.2",
"google-speech-from-buffer": "0.0.2",
"googleapis": "^36.0.0",
"howler": "^2.1.1",
"http": "0.0.0",
"linear16": "^1.0.1",
"multer": "^1.4.1",
"recorder-js": "^1.0.7",
"socket.io": "^2.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gits-lit/sb-hacks-19.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gits-lit/sb-hacks-19/issues"
},
"homepage": "https://github.com/gits-lit/sb-hacks-19#readme"
}