{ "name": "converse.js", "version": "0.8.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.13", "grunt": "~0.4.4", "grunt-contrib-jshint": "~0.10.0", "phantom-jasmine": "0.1.8", "phantomjs": "~1.9.7-1", "bower": "latest", "grunt-contrib-requirejs": "~0.4.3", "grunt-contrib-cssmin": "~0.9.0" }, "dependencies": { "requirejs": "~2.1.11" } }