-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.19 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
{
"name": "autosub",
"version": "0.0.0",
"description": "",
"keywords": [
"serie",
"subtitles",
"opensub",
"addiced"
],
"main": "lib",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha --require test/support/env --reporter dot",
"test-w": "mocha --require test/support/env --reporter dot --growl --watch"
},
"bin": {
"autosub": "bin/autosub"
},
"preferGlobal": true,
"author": "Gerome Chardon",
"license": "MIT",
"devDependencies": {
"chai": "^2.3.0",
"mocha": "2.2.x",
"should": "^6.0.1",
"sinon": "^1.14.1"
},
"dependencies": {
"chalk": "1.0.x",
"cli-table": "^0.3.1",
"commander": "^2.8.1",
"config": "^1.12.0",
"debug": "^2.2.0",
"globby": "^2.0.0",
"inquirer": "^0.8.2",
"js-yaml": "^3.3.0",
"jszip": "^2.5.0",
"lodash": "^3.8.0",
"multimeter": "^0.1.1",
"nomnom": "^1.8.1",
"npm-keyword": "^1.1.1",
"opensubtitles": "0.0.3",
"q": "^1.3.0",
"request": "^2.55.0",
"video-tools": "gerchardon/video-tools",
"winston": "1.0.x",
"xml2js": "^0.4.8",
"xmldoc": "^0.3.0",
"xmldom": "^0.1.19",
"xpath": "0.0.9",
"yargs": "^3.8.0"
}
}