diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-23 17:30:33 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-23 17:30:33 +0200 |
commit | 14c737fe6fab5198fa6998685ba81c0754b2355c (patch) | |
tree | 6280b63971e24d7167421ce610395f56c3ea49d2 /package.json | |
parent | 163b0b733e6fb2c735f513368069498c2312a9d7 (diff) | |
download | bugzilla-triage-14c737fe6fab5198fa6998685ba81c0754b2355c.tar.gz |
Fix JSON of package.json for release 0.30.3
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/package.json b/package.json index bdf786c..78ede26 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { - "id": "jid0-uXmbeWgOltUUuqrHKhrR7hW3IQY", + "id": "jid0-uXmbeWgOltUUuqrHKhrR7hW3IQY", "dependencies": [ - "jetpack-core" - ], - "description": "Help for triage on bugzilla", - "author": "Matej Cepl (http://matej.ceplovi.cz)" -} + "jetpack-core" + ], + "fullName": "Help for triage on bugzilla", + "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)", + "version": "0.3" +}
\ No newline at end of file |