avconv_id3
Version:
Read and write media metadata using avconv
41 lines (40 loc) • 819 B
JSON
{
"name": "avconv_id3",
"version": "2.0.0",
"description": "Read and write media metadata using avconv",
"main": "index.js",
"directories": {
"test": "test"
},
"keywords": [
"music",
"media",
"metadata",
"ffmetadata",
"ffmpeg",
"mp3",
"id3",
"avconv"
],
"repository": {
"type": "git",
"url": "https://github.com/elribonazo/avconv_id3.git"
},
"license": "Public Domain",
"dependencies": {
"concat-stream": "~1.0.0",
"through": "~2.3.4",
"split": "~0.2.6",
"stream-combiner": "0.0.2",
"stream-filter": "1"
},
"devDependencies": {
"tape": "~1.0.4"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/elribonazo/avconv_id3/issues"
},
"homepage": "https://github.com/elribonazo/avconv_id3"
}