-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 952 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
{
"name": "google-drive-torrent",
"version": "1.0.0",
"description": "Downloads torrent files to google drive",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Karl Chan",
"license": "UNLICENSED",
"dependencies": {
"async": "^2.1.5",
"body-parser": "^1.16.1",
"express": "^4.14.1",
"express-fileupload": "^0.3.0",
"express-force-https": "^1.0.0",
"express-session": "^1.15.1",
"express-zip": "^2.0.1",
"google-drive-io": "^1.0.0",
"googleapis": "^22.2.0",
"helmet": "^3.6.0",
"http": "^0.0.0",
"locks": "^0.2.2",
"lodash": "^4.17.4",
"mongodb": "^2.2.33",
"pug": "^2.0.0-beta11",
"rimraf": "^2.6.1",
"socket.io": "^2.0.4",
"socket.io-express-session": "^0.1.3",
"webtorrent": "^0.98.20"
},
"engines": {
"node": "8.7.0"
}
}