language-65asm/package.json

12 lines
339 B
JSON
Raw Normal View History

2014-03-01 19:05:28 -08:00
{
"name": "language-65asm",
2016-05-18 14:09:26 -07:00
"version": "3.0.0",
2014-03-01 19:05:28 -08: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-01 19:09:59 -08:00
"dependencies": {}
2014-03-01 19:05:28 -08:00
}