mirror of
https://github.com/Hopiu/brackets-annotate-extension.git
synced 2026-03-16 20:50:24 +00:00
12 lines
No EOL
331 B
JSON
12 lines
No EOL
331 B
JSON
{
|
|
"name": "hopiu.annotate",
|
|
"title": "JSDoc Annotate",
|
|
"description": "Add JSDoc annotations to sourcecode",
|
|
"homepage": "https://github.com/hopiu/annotate", // URL for your project
|
|
"version": "0.0.1",
|
|
"author": "Benedikt Willi",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"brackets": ">=0.20.0"
|
|
}
|
|
} |