forked from mafintosh/peerflix
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "peerflix",
"description": "Streaming torrent client for Node.js",
"version": "0.32.4",
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"homepage": "https://github.com/mafintosh/peerflix",
"main": "index.js",
"bugs": {
"url": "https://github.com/mafintosh/peerflix/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/peerflix.git"
},
"bin": {
"peerflix": "./app.js"
},
"dependencies": {
"airplay-js": "^0.2.5",
"clivas": "^0.1.4",
"inquirer": "^0.8.0",
"keypress": "^0.2.1",
"mime": "^1.2.11",
"network-address": "0.0.5",
"numeral": "^1.5.3",
"open": "0.0.5",
"optimist": "^0.6.1",
"parse-torrent": "^5.4.0",
"pump": "^0.3.1",
"range-parser": "^1.0.0",
"rc": "^0.4.0",
"torrent-stream": "git+https://github.com/jaruba/torrent-stream.git",
"windows-no-runnable": "~0.0.6",
"xtend": "^4.0.0"
},
"devDependencies": {
"standard": "^2.2.3"
},
"optionalDependencies": {
"airplay-js": "^0.2.5"
},
"scripts": {
"test": "standard"
}
}