diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/package.json b/package.json index 514f760..679e656 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,18 @@ { - "description": "Tweaks bugzilla.mozilla.org with all the goodness that _should_ come out of the box", - "license": "MPL", - "author": "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", + "id": "jid0-uXmbeWgOltUUuqrHKhrR7hW3IQY", + "dependencies": [ + "api-utils", "addon-kit" + ], + "fullName": "bugzilla-triage-scripts", + "description": "Additional buttons and other function helping in the triage on bugzilla", + "author": "Matej Cepl (http://matej.ceplovi.cz)", + "license": "MIT/X11 (http://opensource.org/licenses/mit-license.php) and MPL", + "version": "0.92" "contributors": [ + "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", "Heather Arthur (http://harthur.wordpress.com/) <harthur@mozilla.com>", "Steve Fink (http://blog.mozilla.com/sfink/) <sfink@mozilla.com>" ], - "url": "http://ehsanakhgari.org/mozilla/extensions/firefox/bugzilla-tweaks", - "version": "1.8", - "fullName": "Bugzilla Tweaks", - "id": "jid0-qBnIpLfDFa4LpdrjhAC6vBqN20Q" + "url": "https://fedorahosted.org/bugzilla-triage-scripts/", } |