This project manages its dependencies using npm. Learn more
package.json 1.42 KB
{
  "name": "converse.js",
  "version": "1.0.5",
  "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",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.1.0",
    "grunt-contrib-cssmin": "~1.0.1",
    "grunt-contrib-jst": "~1.0.0",
    "grunt-json": "^0.2.0",
    "http-server": "^0.7.4",
    "jshint": "^2.8.0",
    "phantom-jasmine": "0.1.8",
    "phantomjs": "~1.9.7-1",
    "po2json": "^0.3.0"
  },
  "dependencies": {
    "requirejs": "~2.2.0",
    "pluggable.js": "https://github.com/jcbrand/pluggable.js.git#master",
    "jquery": "1.12.3",
    "jed": "0.5.4",
    "underscore": "~1.8.3",
    "backbone": "1.1.2",
    "backbone.browserStorage": "0.0.2",
    "backbone.overview": "0.0.2",
    "otr": "0.2.16",
    "crypto-js-evanvosberg": "https://github.com/evanvosberg/crypto-js.git#release-3.1.2-5",
    "almond": "~0.3.1",
    "moment": "~2.12.0",
    "jquery.browser": ">=0.1.0"
  }
}