aws-transcription-to-srt
Version:
Convert AWS transcription JSON to srt
34 lines (33 loc) • 784 B
JSON
{
"name": "aws-transcription-to-srt",
"version": "1.0.6",
"description": "Convert AWS transcription JSON to srt",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TinyNova/aws-transcription-to-srt.git"
},
"keywords": [
"aws",
"transcribe",
"transcription",
"srt"
],
"author": "Britton Mathews <britton.mathews@backit.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/TinyNova/aws-transcription-to-srt/issues"
},
"homepage": "https://github.com/TinyNova/aws-transcription-to-srt#readme",
"dependencies": {
"async": "^3.2.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^7.0.2"
}
}