language-65asm/package.json

12 lines
340 B
JSON
Raw Permalink Normal View History

2014-03-02 03:05:28 +00:00
{
"name": "language-65asm",
2021-02-08 23:07:05 +00:00
"version": "10.5.0",
2014-03-02 03:05:28 +00:00
"description": "Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers.",
"repository": "git@github.com:MatthewCallis/language-65asm.git",
2014-03-02 03:05:28 +00:00
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
2014-03-02 03:09:59 +00:00
"dependencies": {}
2014-03-02 03:05:28 +00:00
}