mirror of
https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr
synced 2024-11-16 15:24:32 +01:00
25 lines
650 B
JSON
25 lines
650 B
JSON
{
|
|
"name": "flac-metadata",
|
|
"description": "FLAC metadata processor implemented as Transform stream",
|
|
"keywords": ["flac", "metadata", "audio"],
|
|
"author": "Claus Wahlers <claus@codeazur.com.br> (http://wahlers.com.br/claus/)",
|
|
"homepage": "https://github.com/claus/flac-metadata",
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/claus/flac-metadata.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/claus/flac-metadata/issues",
|
|
"email": "claus@codeazur.com.br"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
}
|