about summary refs log tree commit diff stats
path: root/atom/package.json
blob: a9936fc4279ef6cc4e9826fc2ea26931523b9be1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "subx",
    "version": "0.0.1",
    "description": "Syntax highlighting for SubX files in the Mu computing stack.",
    "author": "Kartik Agaram",
    "keywords": [
        "language",
        "mu",
        "syntax",
        "highlighting"
    ],
    "repository": "https://github.com/akkartik/mu",
    "engines": {
        "atom": ">=1.0.0 <2.0.0"
    },
    "dependencies": {}
}