Skip to content

Commit

Permalink
add xmpp.js package (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp authored Jun 18, 2017
1 parent 4af3497 commit e711b42
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/xmpp.js/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict'

const client = require('@xmpp/client')

module.exports = client
15 changes: 15 additions & 0 deletions packages/xmpp.js/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "xmpp.js",
"description": "XMPP for JavaScript",
"repository": "github:node-xmpp/node-xmpp",
"homepage": "https://github.com/node-xmpp/node-xmpp/tree/master/packages/xmpp.js",
"bugs": "http://github.com/node-xmpp/node-xmpp/issues",
"version": "0.0.0",
"license": "ISC",
"keywords": [
"XMPP"
],
"dependencies": {
"@xmpp/client": "^0.0.2"
}
}

0 comments on commit e711b42

Please sign in to comment.