Added extension package json file

This commit is contained in:
david deraedt 2013-05-27 10:37:41 +02:00
parent d7afed07a1
commit c1264ca470

12
package.json Normal file
View 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"
}
}