-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.46 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
{
"name": "macflix",
"version": "1.0.6",
"description": "Torrent streaming client with magnet capturing",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel -d lib/ src/",
"prepublish": "npm run build"
},
"keywords": [
"torrent",
"magnet",
"streaming",
"video",
"pirate"
],
"author": "Francisco Sales (@franciscofsales)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/franciscofsales/node-macflix.git"
},
"main": "index.js",
"bin": {
"macflix": "./lib/bin/app.js"
},
"dependencies": {
"airplayer": "^2.0.0",
"bluebird": "^3.4.6",
"clivas": "^0.2.0",
"easy-table": "^1.0.0",
"eztv": "0.0.10",
"inquirer": "^1.2.2",
"keypress": "^0.2.1",
"mime": "^1.3.4",
"network-address": "^1.1.0",
"numeral": "^1.5.3",
"open": "0.0.5",
"parse-torrent": "^5.8.1",
"pump": "^1.0.1",
"range-parser": "^1.2.0",
"rc": "^1.1.6",
"rimraf": "^2.5.4",
"subtitler": "^2.6.0",
"thepiratebay": "^1.3.2",
"torrent-stream": "^1.0.3",
"xtend": "^4.0.1",
"yargs": "^6.3.0",
"yify-query": "^2.0.3",
"yts-client": "^0.1.12"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0"
},
"babel": {
"presets": [
"es2015",
"stage-0"
]
}
}