roomie
Version:
ROM analyzer for major consoles (NDS,GBA,GB,SNES...)
37 lines (36 loc) • 769 B
JSON
{
"dependencies": {
"cryptography": "^1.2.3",
"path": "^0.12.7"
},
"name": "roomie",
"version": "1.0.0",
"description": "ROM analyzer for major consoles (NDS,GBA,GB,SNES...)",
"main": "index.js",
"directories": {
"lib": "lib"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikitacontreras/roomie.git"
},
"keywords": [
"rom",
"emulation",
"emurom",
"snes",
"gba",
"nds",
"nes"
],
"author": "nikitacontreras",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikitacontreras/roomie/issues"
},
"homepage": "https://github.com/nikitacontreras/roomie#readme"
}