language-65asm/package.json

12 lines
339 B
JSON
Raw Normal View History

2014-03-02 03:05:28 +00:00
{
"name": "language-65asm",
2018-04-04 23:08:54 +00:00
"version": "6.0.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": "https://github.com/MatthewCallis/language-65asm",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
2014-03-02 03:09:59 +00:00
"dependencies": {}
2014-03-02 03:05:28 +00:00
}