youtube-duration
Version:
Youtube Duration Formatter
20 lines (19 loc) • 325 B
JSON
{
"name": "youtube-duration",
"version": "1.0.0",
"description": "Youtube Duration Formatter",
"main": "index.js",
"scripts": {
"start": "node index"
},
"keywords": [
"Youtube",
"API",
"Video",
"Duration",
"Format"
],
"author": "ArsanDev",
"license": "MIT",
"dependencies": {}
}