diff --git a/package.json b/package.json new file mode 100644 index 0000000..dac3dd8 --- /dev/null +++ b/package.json @@ -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 (http://www.dehats.com)", + "license": "MIT", + "engines": { + "brackets": ">=0.20.0" + } +} \ No newline at end of file