mirror of
https://github.com/Hopiu/annotate-extension.git
synced 2026-03-17 00:10:23 +00:00
Added extension package json file
This commit is contained in:
parent
d7afed07a1
commit
c1264ca470
1 changed files with 12 additions and 0 deletions
12
package.json
Normal file
12
package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "dehats.annotate",
|
||||
"title": "Annotate",
|
||||
"description": "Generates JSDoc annotations for your functions.",
|
||||
"homepage": "https://github.com/davidderaedt/annotate-extension",
|
||||
"version": "1.0.0",
|
||||
"author": "David Deraedt <dderaedt@adobe.com> (http://www.dehats.com)",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"brackets": ">=0.20.0"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue