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