webamp/packages/winamp-eqf/package.json
2022-03-06 22:41:18 -08:00

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"
}
}