-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.03 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
{
"name": "yps_browser",
"version": "1.0.0",
"description": "Console app for find torrents through YIFI, download torrents and play torrents",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"yps_browser": "bin/yps_browser.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"accepts": "",
"child_process": "",
"clivas": "^0.2.0",
"command-line-args": "^4.0.1",
"escape-string-regexp": "^1.0.5",
"extend": "",
"fs": "",
"http": "",
"inquirer": "",
"keypress": "",
"lodash": "",
"mongodb": "^2.2.11",
"network-address": "^1.1.0",
"numeral": "",
"open": "",
"opensubtitles-api": "",
"optimist": "^0.6.1",
"os": "",
"parse-torrent": "",
"path": "",
"peerflix": "^0.36.0",
"prompt": "",
"rc": "^1.1.6",
"request-promise": "",
"thepiratebay": "^1.3.2",
"util": "^0.10.3",
"yts.to": "^0.1.4"
},
"devDependencies": {},
"keywords": [
"yps",
"browser"
]
}