25 lines
609 B
JSON
25 lines
609 B
JSON
{
|
|
"name": "popntowav",
|
|
"version": "1.0.0",
|
|
"description": "Tool for rendering pop'n music IFS/chart files to 32-bit PCM wav.",
|
|
"main": "popntowav.js",
|
|
"dependencies": {
|
|
"node-libsamplerate": "^1.0.0",
|
|
"wav": "^1.0.2"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Gi-z/popntowav.git"
|
|
},
|
|
"author": "Giz",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Gi-z/popntowav/issues"
|
|
},
|
|
"homepage": "https://github.com/Gi-z/popntowav#readme"
|
|
}
|