UNPKG

asm80

Version:
40 lines (39 loc) 831 B
{ "name": "asm80", "version": "1.0.0", "description": "ASM80 stand-alone assembler", "main": "asm80.js", "scripts": { "test": "node asm80.js --help", "patch-release": "npm version patch && npm publish && git push --follow-tags" }, "repository": { "type": "git", "url": "https://github.com/maly/asm80-node.git" }, "bin": { "asm80": "./asm80.js" }, "keywords": [ "Assembler", "Z80", "8080", "6502", "6809", "6800", "1802" ], "author": "Martin Maly <martin.maly@bigclown.com> (http://bigclown.com)", "engines": { "node": ">=5.10", "npm": "1" }, "license": "MIT", "bugs": { "url": "https://github.com/maly/asm80-node/issues" }, "homepage": "https://github.com/maly/asm80-node#readme", "dependencies": { "commander": "^2.9.0" } }