From 14c737fe6fab5198fa6998685ba81c0754b2355c Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 23 Jun 2010 17:30:33 +0200 Subject: Fix JSON of package.json for release 0.3 --- package.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'package.json') 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 -- cgit