UNPKG

react-strophe

Version:

Strophe.js is an XMPP library for JavaScript

59 lines (58 loc) 1.35 kB
{ "name": "react-strophe", "description": "Strophe.js is an XMPP library for JavaScript", "version": "1.2.15.2", "homepage": "http://strophe.im/strophejs", "repository": { "type": "git", "url": "git://github.com/strophe/strophejs.git" }, "keywords": [ "xmpp", "message", "bosh", "websocket", "browser" ], "files": [ "CHANGELOG.txt", "LICENSE.txt", "README.txt", "src/" ], "author": "Jack Moffit (metajack)", "contributors": [ "Nathan Zorn (thepug)", "Andreas Guth (Gordin)", "Anton Stroganov (Aeon)", "Florian Zeitz (Florob)", "Christopher Zorn (twonds)", "dodo", "Lee Boynton (lboynton)", "Theo Cushion (theozaurus)", "Brendon Crawford (brendoncrawford)", "JC Brand (jcbrand)" ], "license": "MIT", "main": "src/index.js", "browser": "src/index.js", "scripts": { "lint": "make jshint", "clean": "make clean", "doc": "make doc" }, "volo": { "url": "https://raw.githubusercontent.com/strophe/strophejs/release-{version}/strophe.js" }, "devDependencies": { "almond": "~0.3.0", "http-server": "^0.10.0", "jquery": "3.2.1", "jshint": "^2.9.4", "qunitjs": "~1.16.0", "requirejs": "~2.3.2", "run-headless-chromium": "^0.1.1", "sinon": "1.17.7", "sinon-qunit": "~2.0.0" } }