forked from ParveenBhadooOfficial/Bhadoo-Cloud
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 941 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
39
40
41
{
"name": "upload-to-gdrive",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server/server.js",
"prestart": "npm run build",
"build": "tsc"
},
"author": "Mrigank Krishan",
"license": "ISC",
"dependencies": {
"archiver": "^1.2.0",
"cloudcmd": "^9.4.0",
"debug": "^2.3.2",
"express": "^4.14.0",
"express-session": "^1.14.1",
"fs-extra": "^1.0.0",
"googleapis": "^14.0.0",
"gulp": "^3.9.1",
"http-proxy": "^1.14.0",
"magnet-link": "^1.1.1",
"magnet-uri": "^5.1.5",
"mega": "^0.2.0",
"mime": "^1.3.4",
"parse-torrent": "^6.1.2",
"pretty-bytes": "^4.0.2",
"promise": "^7.1.1",
"scrape-it": "^3.3.2",
"shortid": "^2.2.6",
"socket.io": "^1.5.0",
"torrent-stream": "^1.0.3",
"typescript": "^2.0.6",
"unblocker": "^1.1.4",
"url": "^0.11.0"
},
"engines": {
"node": "6.11.1"
}
}