-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·66 lines (65 loc) · 1.49 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
{
<<<<<<< HEAD
"name" : "t-tor",
"version" : "0.0.6",
"preferGlobal" : "true",
"bin": {"t-tor": "t-tor.js"},
"description" : "Search torrents in terminal",
"main" : "t-tor",
"author" : "shesmu",
"keywords" : [
=======
"name": "t-tor",
"version": "0.0.4",
"preferGlobal": "true",
"bin": {
"t-tor": "t-tor.js"
},
"description": "Search torrents in terminal",
"main": "t-tor",
"author": "shesmu",
"keywords": [
>>>>>>> 86de9a24c22a409a11ce2d13bbb2d2affd2140ac
"torrent",
"client",
"pirate bay",
"download",
"tv shows",
"movies"
],
<<<<<<< HEAD
"repository" : {
"type" : "git",
"url" : "github.com/shesmu/t-tor"
},
"license" : "MIT",
"dependencies" : {
"express" : "latest",
"request" : "latest",
"cheerio" : "latest",
"inquirer" : "0.12.0",
"open" : "latest",
"commander" : "latest",
"https" : "latest",
"colors" : "latest"
=======
"repository": {
"type": "git",
"url": "git://github.com/shesmu/t-tor"
},
"license": "MIT",
"dependencies": {
"express": "latest",
"request": "latest",
"cheerio": "latest",
"inquirer": "latest",
"open": "latest",
"commander": "latest",
"https": "latest"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
>>>>>>> 86de9a24c22a409a11ce2d13bbb2d2affd2140ac
}
}