tinyvgm
Version:
JS implementation of TinyVGM
26 lines (25 loc) • 556 B
JSON
{
"name": "tinyvgm",
"version": "1.1.7",
"description": "JS implementation of TinyVGM",
"main": "src/main.js",
"type": "module",
"scripts": {},
"keywords": [
"VGM",
"parser",
"video game music",
"music"
],
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SudoMaker/TinyVGM-JS.git"
},
"author": "Yukino Song <yukino@yuki.network>",
"license": "MIT",
"bugs": "https://github.com/SudoMaker/TinyVGM-JS/issues",
"homepage": "https://github.com/SudoMaker/TinyVGM-JS"
}