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.
16 lines
533 B
16 lines
533 B
15 years ago
|
{
|
||
|
"name" : "node-xmpp-client",
|
||
|
"version" : "0.0.1",
|
||
|
"main" : "./lib/xmpp-client",
|
||
|
"description" : "High level xmpp client for node.js",
|
||
|
"author" : "Mathieu Lecarme",
|
||
|
"dependencies": {"node-xmpp": "0.0.4"},
|
||
|
"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"
|
||
|
}
|