mtags
Version:
Media file tag parser
32 lines • 633 B
JSON
{
"name": "mtags",
"description": "Media file tag parser",
"repository": {
"type": "git",
"url": "git://github.com/thegreat/mtags.git"
},
"keywords": [
"id3",
"mp3",
"AAC",
"m4a",
"parser"
],
"author": "Jacob Seidelin <cupboy@gmail.com>",
"contributors": [
"António Afonso <antonio.afonso@gmail.com>",
"Tom Nightingale <tom@tnightingale.com>"
],
"dependencies": {
"file-api": "0.9.x",
"mime": "1.2.x",
"remedial": "1.0.x"
},
"main": "./mtags.js",
"version": "0.1.3",
"engine": "node >= 0.4.11",
"devDependencies": {},
"engines": {
"node": "*"
}
}