nesly-meld
Version:
Meld a CHR back into a ROM
28 lines (27 loc) • 575 B
JSON
{
"name": "nesly-meld",
"version": "0.3.0",
"description": "Meld a CHR back into a ROM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/emkay/nesly-meld.git"
},
"keywords": [
"nesly",
"meld",
"chr"
],
"author": "Michael Matuzak",
"license": "MIT",
"bugs": {
"url": "https://github.com/emkay/nesly-meld/issues"
},
"homepage": "https://github.com/emkay/nesly-meld",
"dependencies": {
"nesly-split": "^0.8.0"
}
}