84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
{
|
|
"name": "converse.js",
|
|
"version": "3.3.4",
|
|
"description": "Browser based XMPP instant messaging client",
|
|
"main": "main.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"locale": "locale",
|
|
"src": "src"
|
|
},
|
|
"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": {
|
|
"@babel/cli": "^7.0.0-beta.35",
|
|
"@babel/core": "^7.0.0-beta.35",
|
|
"@babel/preset-env": "^7.0.0-beta.35",
|
|
"almond": "~0.3.3",
|
|
"awesomplete-avoid-xss": "^1.1.2",
|
|
"backbone": "1.3.3",
|
|
"backbone.browserStorage": "0.0.3",
|
|
"backbone.nativeview": "^0.3.3",
|
|
"bootstrap": "^4.0.0",
|
|
"bootstrap.native": "^2.0.21",
|
|
"backbone.overview": "1.0.2",
|
|
"backbone.vdomview": "1.0.1",
|
|
"bourbon": "^4.3.2",
|
|
"clean-css-cli": "^4.0.10",
|
|
"emojione": "^3.0.3",
|
|
"es6-promise": "^4.1.0",
|
|
"eslint": "4.19.0",
|
|
"eslint-plugin-lodash": "^2.3.3",
|
|
"font-awesome": "^4.7.0",
|
|
"http-server": "^0.10.0",
|
|
"install": "^0.9.5",
|
|
"jasmine-core": "2.6.4",
|
|
"jed": "1.1.1",
|
|
"jquery": "3.2.1",
|
|
"jshint": "^2.9.4",
|
|
"lodash": "4.17.4",
|
|
"lodash-template-loader": "^2.0.0",
|
|
"moment": "~> 2.19.3 ",
|
|
"otr": "jcbrand/otr",
|
|
"pluggable.js": "2.0.0",
|
|
"po2json": "^0.4.4",
|
|
"requirejs": "2.3.5",
|
|
"run-headless-chromium": "^0.1.1",
|
|
"sinon": "^2.1.0",
|
|
"sizzle": "^2.3.3",
|
|
"snabbdom": "0.7.1",
|
|
"snyk": "^1.21.2",
|
|
"strophe.js": "1.2.14",
|
|
"strophejs-plugin-disco": "0.0.1",
|
|
"strophejs-plugin-ping": "0.0.1",
|
|
"strophejs-plugin-register": "0.0.1",
|
|
"strophejs-plugin-rsm": "0.0.1",
|
|
"strophejs-plugin-vcard": "0.0.1",
|
|
"text": "requirejs/text#2.0.15",
|
|
"uglify-es": "^3.0.24",
|
|
"wait-until-promise": "^1.0.0",
|
|
"xss": "^0.3.3"
|
|
},
|
|
"dependencies": {
|
|
"npm": "^5.7.1"
|
|
}
|
|
}
|