2018-05-20 06:59:28 -05:00
|
|
|
{
|
|
|
|
"name": "language-t8-assembly",
|
2018-05-20 11:03:44 -05:00
|
|
|
"version": "0.2.0",
|
2018-05-20 06:59:28 -05:00
|
|
|
"description": "This is the atom package for my T8 cpu's assembly language (see pjht/t8)",
|
|
|
|
"keywords": [
|
|
|
|
"language",
|
|
|
|
"grammar"
|
|
|
|
],
|
|
|
|
"repository": "https://github.com/pjht/language-t8-assembly",
|
|
|
|
"engines": {
|
|
|
|
"atom": ">=1.0.0 <2.0.0"
|
|
|
|
}
|
|
|
|
}
|