mirror of
https://github.com/emkay/parser-6502.git
synced 2024-10-11 06:23:43 +00:00
34 lines
678 B
JSON
34 lines
678 B
JSON
{
|
|
"name": "parser-6502",
|
|
"version": "1.0.0",
|
|
"description": "Parser for 6502 assembler.",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"mona": "^0.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^8.1.0",
|
|
"tap": "^7.1.2"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js --cov && standard"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/emkay/parser-6502.git"
|
|
},
|
|
"keywords": [
|
|
"parser",
|
|
"6502",
|
|
"nesly",
|
|
"nes",
|
|
"assembler"
|
|
],
|
|
"author": "Michael Matuzak",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/emkay/parser-6502/issues"
|
|
},
|
|
"homepage": "https://github.com/emkay/parser-6502#readme"
|
|
}
|