1
0
Fork 0
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

{
"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"
}