-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.24 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.24 KB
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
{
"name": "subtitler",
"preferGlobal": false,
"version": "2.7.0",
"author": "Oscar Brito <aetheon@gmail.com>",
"description": "Command line and library to search and download subtitles.",
"contributors": [
"Oscar Brito <aetheon@gmail.com>"
],
"main": "Index.js",
"repository": {
"type": "git",
"url": "https://github.com/divhide/node-subtitler.git"
},
"keywords": [
"subtitle",
"subtitles",
"opensubtitles",
"movies",
"movie",
"client",
"search",
"find",
"download",
"command",
"library",
"rtorrent",
"torrent"
],
"dependencies": {
"argparser": "0.2",
"lodash": "3.6.0",
"mustache": "2.2.1",
"q": "1.2.0",
"request": "^2.88.0",
"universal-analytics": "^0.4.20",
"xml-mapping": "^1.7.1"
},
"analyze": false,
"devDependencies": {
"expect.js": "*",
"grunt": "*",
"grunt-bump": "0.0.16",
"grunt-cli": "*",
"grunt-contrib-jshint": "*",
"grunt-mocha-test": "*",
"load-grunt-tasks": "3.0.0",
"mocha": "^2.5.3",
"node-inspector": "0.12"
},
"license": "MIT",
"engines": {
"node": ">=0.10.12"
},
"scripts": {
"test": "grunt dev --verbose"
},
"bin": {
"subtitler": "bin/subtitler.bin.js"
}
}