-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 962 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": "cli-flix",
"version": "1.2.1",
"description": "Stream torrents to your VLC player with subtitles easily from the command prompt",
"keywords": [
"cli",
"stream",
"torrent",
"subtitle"
],
"main": "./lib/app.js",
"bin": "./lib/index.js",
"dependencies": {
"cli-color": "1.1.0",
"inquirer": "1.2.2",
"pad": "1.0.2",
"peerflix": "0.35.1",
"shelljs": "0.7.6",
"subtitler": "2.6.0",
"thepiratebay": "1.4.5",
"fs-extra": "1.0.0",
"yargs": "6.3.0"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "3.1.2"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha $(find lib -name '*Test.js')"
},
"repository": {
"type": "git",
"url": "git+https://github.com/israelbgf/cli-flix.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/israelbgf/cli-flix/issues"
},
"homepage": "https://github.com/israelbgf/cli-flix#readme"
}