mmrs
Version:
Node script to generate MMRS files from ZSEQ
33 lines (32 loc) • 638 B
JSON
{
"name": "mmrs",
"version": "1.0.6",
"description": "Node script to generate MMRS files from ZSEQ",
"main": "index.js",
"bin": {
"create": "index.js"
},
"scripts": {
"mmrs": "./index.js",
"create": "./index.js",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oceanity/mmrs.git"
},
"keywords": [
"MMR",
"Randomizer",
"Music"
],
"author": "Oceanity",
"license": "MIT",
"bugs": {
"url": "https://github.com/Oceanity/mmrs/issues"
},
"homepage": "https://github.com/Oceanity/mmrs#readme",
"dependencies": {
"adm-zip": "^0.5.3"
}
}