famicom-pro-action-rocky
Version:
Famicom Pro Action Rocky decoder/encoder
33 lines (32 loc) • 694 B
JSON
{
"name": "famicom-pro-action-rocky",
"version": "2.0.0",
"description": "Famicom Pro Action Rocky decoder/encoder",
"main": "frocky.js",
"files": [
"frocky.js"
],
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/satoshinm/famicom-pro-action-rocky.git"
},
"keywords": [
"famicom",
"nes",
"rocky",
"par",
"code"
],
"author": "Satoshi N. M.",
"license": "MIT",
"bugs": {
"url": "https://github.com/satoshinm/famicom-pro-action-rocky/issues"
},
"homepage": "https://github.com/satoshinm/famicom-pro-action-rocky#readme",
"devDependencies": {
"tape": "^4.8.0"
}
}