forked from karl-chan/google-drive-torrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 957 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
34
35
36
37
38
{
"name": "google-drive-torrent",
"version": "1.0.0",
"description": "Downloads torrent files to google drive",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon --inspect server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Karl Chan",
"license": "UNLICENSED",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-fileupload": "^0.3.0",
"express-force-https": "^1.0.0",
"express-session": "^1.17.0",
"express-zip": "^2.0.2",
"google-drive-io": "^1.0.3",
"googleapis": "^46.0.0",
"helmet": "^3.21.2",
"http": "^0.0.0",
"locks": "^0.2.2",
"lodash": "^4.17.15",
"pug": "^2.0.4",
"rimraf": "^2.7.1",
"socket.io": "^2.3.0",
"socket.io-express-session": "^0.1.3",
"webtorrent": "^0.107.17"
},
"engines": {
"node": "8.7.0"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}