youtube-duration-format
Version:
Format the duration returned by google youtube data api as human understandable
25 lines (24 loc) • 480 B
JSON
{
"name": "youtube-duration-format",
"version": "0.2.0",
"description": "Format the duration returned by google youtube data api as human understandable",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"youtube",
"duration",
"format",
"time",
"PT"
],
"devDependencies": {
"ava": "0.0.4"
},
"author": "Nilesh Suthar <nileshsuthar@live.in>",
"license": "MIT"
}