You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
616 B
20 lines
616 B
{
|
|
"name" : "xmpp-client",
|
|
"version" : "0.0.1",
|
|
"main" : "./lib/xmpp-client",
|
|
"description" : "High level xmpp client for node.js",
|
|
"author" : "Mathieu Lecarme <mathieu@garambrogne.net>",
|
|
"dependencies": {
|
|
"node-xmpp": ">= 0.0.4",
|
|
"colors" : ">= 0.3.0"
|
|
},
|
|
"keywords" : ["xmpp"],
|
|
"repositories": [{
|
|
"type": "git",
|
|
"path": "git://github.com/athoune/node-xmpp-client.git"
|
|
}],
|
|
"homepage" : "http://github.com/athoune/node-xmpp-client",
|
|
"bugs" : "http://github.com/athoune/node-xmpp-client/issues",
|
|
"licenses" : [{ "type": "GPLv3"}],
|
|
"engine" : "node"
|
|
} |