UNPKG

subsync

Version:

Sync your (srt) subtitles using the command line

33 lines (32 loc) 638 B
{ "name": "subsync", "version": "1.0.0", "description": "Sync your (srt) subtitles using the command line", "main": "subsync.js", "bin": { "subsync": "./subsync.js" }, "keywords": [ "sub", "subs", "subtitle", "subtitles", "sync", "delay", "fix" ], "dependencies": { "optimist": "~0.3.5" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/spion/subsync.git" }, "author": "spion <gorgi.kosev@gmail.com>", "license": "BSD", "readmeFilename": "README.md" }