Merge branch 'master' of github.com:jcbrand/converse.js
Conflicts: converse.js
Showing
.gitignore
0 → 100644
Gruntfile.js
0 → 100644
Libraries/jed.js
0 → 100644
converse.0.3.min.css
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
converse.min.css
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
No preview for this file type
No preview for this file type
No preview for this file type
locale/af/LC_MESSAGES/af.js
0 → 100644
locale/converse.pot
0 → 100644
locale/de/LC_MESSAGES/de.js
0 → 100644
locale/en/LC_MESSAGES/en.js
0 → 100644
locale/es/LC_MESSAGES/es.js
0 → 100644
locale/hu/LC_MESSAGES/hu.js
0 → 100644
locale/it/LC_MESSAGES/it.js
0 → 100644
locale/locales.js
0 → 100644
package.json
0 → 100755
{ | ||
"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" | ||
}, | ||
"devDependencies": { | ||
"grunt-cli": "~0.1.9", | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-jshint": "~0.6.0" | ||
} | ||
} |
Please register or sign in to comment