-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.47 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "dotify-server",
"version": "1.0.0",
"description": "Backend server for the Dotify Streaming Application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PenguinDan/Dotify_Server.git"
},
"keywords": [
"Dotify",
"Streaming",
"Android",
"Server"
],
"author": "Daniel Kim, Anthony Sanchez",
"license": "ISC",
"bugs": {
"url": "https://github.com/PenguinDan/Dotify_Server/issues"
},
"homepage": "https://github.com/PenguinDan/Dotify_Server#readme",
"dependencies": {
"@grpc/proto-loader": "^0.3.0",
"abstract-chunk-store": "^1.4.0",
"bcrypt": "^3.0.1",
"bittorrent-dht": "^9.0.0",
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"buffer-chunks": "^0.1.1",
"child_process": "^1.0.2",
"dgram": "^1.0.1",
"express": "^4.16.3",
"fluent-ffmpeg": "^2.1.2",
"fs-chunk-store": "^1.7.0",
"grpc": "^1.16.1",
"hashmap": "^2.3.0",
"helmet": "^3.13.0",
"immediate-chunk-store": "^2.0.0",
"jpeg-js": "^0.3.4",
"jsonwebtoken": "^8.3.0",
"lame": "^1.2.4",
"mathjs": "^5.2.3",
"mongoose": "^5.2.17",
"node-datetime": "^2.1.2",
"node-lame": "^1.1.0",
"portfinder": "^1.0.19",
"protobufjs": "^6.8.8",
"tough-cookie": "^2.4.3",
"uuid": "^3.3.2",
"webtorrent": "^0.102.4",
"webtorrent-hybrid": "^1.0.6",
"winston": "^3.1.0"
}
}