]> git.r.bdr.sh - rbdr/api-notation-atom/blame - package.json
Adds base project structure
[rbdr/api-notation-atom] / package.json
CommitLineData
52942a9a
BB
1{
2 "name": "api-notation",
3 "theme": "syntax",
4 "version": "0.0.0",
5 "description": "Syntax for API Notation, a simple shorthand to write library APIs",
6 "keywords": [
7 "syntax",
8 "theme",
9 "api"
10 ],
11 "repository": "https://github.com/rbdr/api-notation-atom",
12 "license": "MIT",
13 "engines": {
14 "atom": ">=1.0.0 <2.0.0"
15 }
16}