annotate-extension/package.json

12 lines
375 B
JSON
Raw Normal View History

2013-05-27 08:37:41 +00:00
{
"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"
}
}