brackets-annotate-extension/package.json

12 lines
331 B
JSON
Raw Permalink Normal View History

2014-04-01 08:04:40 +00:00
{
"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"
}
}