]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "api-notation", | |
3 | "version": "2.0.0", | |
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 | } |