react-native-basic-xmpp
Version:
Fork of XMPP Library for React Native
33 lines (32 loc) • 792 B
JSON
{
"name": "react-native-basic-xmpp",
"version": "1.0.11",
"description": "Fork of XMPP Library for React Native",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm install && git submodule update"
},
"repository": {
"type": "git",
"url": "https://github.com/costacruise/react-native-xmpp.git"
},
"keywords": [
"xmpp",
"react-native",
"xmppframework"
],
"author": {
"name": "Astro"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/costacruise/react-native-xmpp/issues"
},
"homepage": "https://github.com/costacruise/react-native-xmpp#readme",
"readme": "# react-native-xmpp\nXMPP library for React Native\n",
"readmeFilename": "README.md",
"dependencies": {
"events": "^1.1.1",
"ltx": "^2.4.2"
}
}