-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "torrent-web",
"version": "2.0.1",
"main": "server.js",
"description": "Stream and download torrents directly over http with a web UI",
"bin": "./server.js",
"scripts": {
"start": "node server.js",
"postinstall": "webpack"
},
"keywords": [
"torrent",
"bittorrent",
"stream torrent",
"torrent proxy",
"direct download"
],
"author": {
"name": "Andrea Stella",
"email": "[email protected]"
},
"repository": "mccxiv/torrent-web",
"preferGlobal": true,
"license": "ISC",
"dependencies": {
"angular": "^1.6.7",
"angular-animate": "^1.6.7",
"angular-aria": "^1.6.7",
"angular-material": "^1.1.5",
"archiver": "^0.21.0",
"css-loader": "^0.28.7",
"del": "^1.2.1",
"express": "^4.13.3",
"mime": "^1.3.4",
"request": "^2.61.0",
"shelljs": "^0.7.8",
"socket.io": "^1.3.6",
"socket.io-client": "^2.0.4",
"style-loader": "^0.19.0",
"torrent-stream": "^0.21.3",
"webpack": "^3.9.1"
},
"devDependencies": {}
}