hangouts-js
Version:
Google Hangouts in node
55 lines (54 loc) • 1.16 kB
JSON
{
"name": "hangouts-js",
"version": "0.0.7",
"description": "Google Hangouts in node",
"keywords": [
"Hangouts",
"messenger",
"google",
"talk",
"gtalk"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "http://www.dogtag.ir/projects/hangouts-js",
"author": {
"name": "Masih Yeganeh",
"email": "masihyeganeh@outlook.com",
"url": "http://dogtag.ir"
},
"repository": {
"type": "git",
"url": "bitbucket.org:masihyeganeh/hangouts-js.git"
},
"bugs": {
"url": "https://bitbucket.org/masihyeganeh/hangouts-js/issues",
"email": "masihyeganeh@outlook.com"
},
"license": "MIT",
"contributors": [
{
"name": "Masih Yeganeh",
"email": "masihyeganeh@outlook.com",
"url": "http://dogtag.ir"
}
],
"maintainers": [
{
"name": "Masih Yeganeh",
"email": "masihyeganeh@outlook.com"
}
],
"dependencies": {
"node-xmpp-core": "4.2.0",
"node-xmpp-client": "2.1.0",
"cheerio": "0.19.0",
"request": ">= 2.9.153"
},
"directories": {
"lib": "./lib"
},
"main": "index"
}