-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 820 Bytes
/
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
{
"name": "plex-subtitles-normalizer",
"version": "0.3.0",
"description": "CLI tool to fix subtitles needed by Plex Media Center",
"bin": {
"psn": "bin/psn"
},
"main": "cli.js",
"preferGlobal": true,
"scripts": {
"test": "./bin/psn --from-backup"
},
"keywords": [
"plex",
"subtitles",
"parser",
"cli"
],
"homepage": "https://github.com/caridy/plex-subtitles-normalizer",
"bugs": "https://github.com/caridy/plex-subtitles-normalizer/issues",
"repository": {
"type": "git",
"url": "https://github.com/caridy/plex-subtitles-normalizer"
},
"author": "Caridy Patino <[email protected]>",
"license": "MIT",
"dependencies": {
"subtitles-parser": "0.0.2",
"npmlog": "0.0.2",
"glob": "^3.2.9",
"iconv-lite": "^0.2.11",
"nopt": "^2.2.0"
}
}