-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1005 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": "utorrent-console",
"version": "1.4.0",
"description": "Manage your uTorrent from console",
"main": "./bin/utorrent-console",
"scripts": {
"start": "node ./bin/utorrent-console",
"test": "echo \"No test yet specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geco/utorrent-console.git"
},
"keywords": [
"torrent",
"utorrent",
"magnet",
"console",
"bash",
"ncurses",
"linux"
],
"author": "geco (https://github.com/geco)",
"license": "MIT",
"bugs": {
"url": "https://github.com/geco/utorrent-console/issues"
},
"homepage": "https://github.com/geco/utorrent-console#readme",
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^3.5.5",
"inquirer": "^1.2.2",
"library-utorrent": "^1.1.0",
"numeral": "^1.5.3",
"request": "^2.78.0"
},
"bin": {
"utorrent-console": "./bin/utorrent-console.js",
"utconsole": "./bin/utorrent-console.js"
}
}