aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 33e07575907cc8870df11506b307556911c780ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "api-notation",
  "version": "2.0.0",
  "description": "Syntax for API Notation, a simple shorthand to write library APIs",
  "keywords": [
    "syntax",
    "theme",
    "api"
  ],
  "repository": "https://github.com/rbdr/api-notation-atom",
  "license": "MIT",
  "engines": {
    "atom": ">=1.0.0 <2.0.0"
  }
}