-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
70 lines (70 loc) · 1.68 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "rdcli",
"version": "1.5.3",
"description": "A simple CLI tool to unrestrict links with real-debrid.com",
"homepage": "https://github.com/johackim/rdcli",
"repository": {
"type": "git",
"url": "https://github.com/johackim/rdcli.git"
},
"bugs": {
"url": "https://github.com/johackim/rdcli/issues"
},
"preferGlobal": true,
"scripts": {
"prepublishOnly": "make build",
"start": "NODE_ENV=dev ./node_modules/.bin/babel-node src/rdcli.js"
},
"bin": {
"rdcli": "build/rdcli.js"
},
"author": "johackim",
"license": "GPL-3.0",
"dependencies": {
"async-file": "^2.0.2",
"babel-polyfill": "^6.23.0",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"config": "^3.3.7",
"debug": "^2.6.3",
"fs": "^0.0.2",
"humanize": "^0.0.9",
"node-fetch": "^1.6.3",
"ora": "^1.2.0",
"request": "^2.81.0",
"request-progress": "^3.0.0",
"request-promise": "^4.2.0",
"sleep-promise": "^2.0.0",
"url": "^0.11.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2017": "^6.22.0",
"body-parser": "^1.17.1",
"child-process-promise": "^2.2.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"json-server": "^0.9.6",
"mocha": "^3.2.0",
"np": "^2.13.0"
},
"keywords": [
"real-debrid",
"real-debrid.com",
"debrid",
"débrideur",
"uptobox",
"megaupload",
"rdcli",
"torrent",
"magnet",
"cli"
]
}