From 1c95e473f9c0304dac01cf97f9172ad664502332 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 25 Jul 2013 09:12:17 +0200 Subject: [PATCH] Regenerated package.js (via npm init) --- package.json | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d3148f1a3..070e7480d 100755 --- a/package.json +++ b/package.json @@ -1,5 +1,29 @@ { - "name": "Converse.js", - "description": "Converse.js is a web based XMPP/Jabber instant messaging client", - "version": "0.4.1" -} \ No newline at end of file + "name": "converse.js", + "version": "0.5.0", + "description": "Browser based XMPP instant messaging client", + "main": "main.js", + "directories": { + "doc": "docs" + }, + "scripts": { + "test": "" + }, + "repository": { + "type": "git", + "url": "git://github.com/jcbrand/converse.js.git" + }, + "keywords": [ + "XMPP", + "Jabber", + "chat", + "messaging", + "chatrooms", + "webchat" + ], + "author": "JC Brand", + "license": "MIT", + "bugs": { + "url": "https://github.com/jcbrand/converse.js/issues" + } +}