nesly-split
Version:
split out the CHR and PRG of a NES Rom
35 lines (34 loc) • 648 B
JSON
{
"name": "nesly-split",
"version": "0.9.0",
"description": "split out the CHR and PRG of a NES Rom",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "tap tests/*.js"
},
"keywords": [
"nes",
"rom",
"split",
"chr",
"png"
],
"author": "Michael Matuzak <michael@lambdaphant.com>",
"license": "MIT",
"dependencies": {
"through": "~2.3.4"
},
"devDependencies": {
"tap": "^0.4.11"
},
"repository": {
"type": "git",
"url": "git@github.com:emkay/nesly-split.git"
},
"bugs": {
"url": "https://github.com/emkay/nesly-split/issues"
}
}