mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
26 lines
657 B
JSON
26 lines
657 B
JSON
{
|
|
"name": "winamp-eqf",
|
|
"version": "1.0.0",
|
|
"description": "Parse and create Winamp .EQF files which describe equalizer settings",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/captbaritone/webamp.git",
|
|
"directory": "packages/winamp-eqf"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/captbaritone/webamp/issues"
|
|
},
|
|
"homepage": "https://github.com/captbaritone/webamp/tree/master/packages/winamp-eqf",
|
|
"keywords": [
|
|
"winamp",
|
|
"equalizer",
|
|
"parse",
|
|
"create"
|
|
],
|
|
"author": "Jordan Eldgredge",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"buffer-to-arraybuffer": "0.0.4"
|
|
}
|
|
}
|