{ "name": "converse.js", "version": "2.0.0", "description": "Browser based XMPP instant messaging client", "main": "main.js", "directories": { "doc": "docs", "locale": "locale", "src": "src" }, "scripts": { "test": "" }, "repository": { "type": "git", "url": "git://github.com/jcbrand/converse.js.git" }, "keywords": [ "XMPP", "Jabber", "chat", "messaging", "chatrooms", "webchat" ], "author": "JC Brand", "license": "MPL-2.0", "bugs": { "url": "https://github.com/jcbrand/converse.js/issues" }, "engines": { "browser": "*" }, "devDependencies": { "bower": "latest", "clean-css": "^3.4.19", "greenkeeper": "^4.0.0", "grunt": "^1.0.1", "grunt-cli": "^1.1.0", "grunt-json": "^0.2.0", "http-server": "^0.9.0", "jquery-easing": "0.0.1", "jshint": "^2.8.0", "phantom-jasmine": "0.1.8", "phantomjs": "~1.9.7-1", "po2json": "^0.4.4", "requirejs": "2.3.2", "requirejs-undertemplate": "~0.0.4", "text": "requirejs/text#2.0.14" }, "dependencies": { "almond": "~0.3.1", "backbone": "1.3.3", "backbone.browserStorage": "0.0.3", "backbone.overview": "0.0.2", "crypto-js": "3.1.2-5", "jed": "0.5.4", "jquery": "2.2.3", "jquery.browser": ">=0.1.0", "moment": "~2.13.0", "otr": "0.2.16", "pluggable.js": "0.0.2", "strophe.js": "1.2.8", "underscore": "~1.8.3" } }