blob: 497503e47600c351a9dd042ae014ff72ad0cbe35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "api-notation",
"version": "1.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"
}
}
|