brackets-annotate-extension/package.json
2014-04-01 10:04:40 +02:00

12 lines
No EOL
331 B
JSON

{
"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"
}
}