]>
Commit | Line | Data |
---|---|---|
52942a9a BB |
1 | { |
2 | "name": "api-notation", | |
0dba232b | 3 | "version": "1.0.1", |
52942a9a BB |
4 | "description": "Syntax for API Notation, a simple shorthand to write library APIs", |
5 | "keywords": [ | |
6 | "syntax", | |
7 | "theme", | |
8 | "api" | |
9 | ], | |
10 | "repository": "https://github.com/rbdr/api-notation-atom", | |
11 | "license": "MIT", | |
12 | "engines": { | |
13 | "atom": ">=1.0.0 <2.0.0" | |
14 | } | |
15 | } |