[Pkg-javascript-commits] [ltx] 59/469: node-xmpp 0.1.0
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:01:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit 3b09427667abe46be29243e93b93e535f1b4c9fc
Author: Astro <astro at spaceboyz.net>
Date: Sat Aug 14 01:23:21 2010 +0200
node-xmpp 0.1.0
---
package.json | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/package.json b/package.json
index d44b0a4..ee12fd9 100644
--- a/package.json
+++ b/package.json
@@ -1,21 +1,21 @@
{ "name": "node-xmpp"
-,"version": "0.0.4"
+,"version": "0.1.0"
,"main": "./lib/xmpp"
,"description": "Idiomatic XMPP client & component library for node.js"
,"author": "Stephan Maka"
-,"dependencies": [{"node-expat": "1.1.0"
- ,"node-stringprep": "0.0.1"
- }],
-,"repositories": [{ "type": "git"
- ,"path": "git://github.com/astro/node-xmpp.git"
+,"dependencies": {"node-expat": "1.1.0"
+ ,"node-stringprep": "0.0.1"
+ }
+,"repositories": [{"type": "git"
+ ,"path": "git://github.com/astro/node-xmpp.git"
}]
,"homepage": "http://github.com/astro/node-xmpp"
,"bugs": "http://github.com/astro/node-xmpp/issues"
-,"maintainers": [{ "name": "Astro"
- ,"email": "astro at spaceboyz.net"
- ,"web": "http://spaceboyz.net/~astro/"
+,"maintainers": [{"name": "Astro"
+ ,"email": "astro at spaceboyz.net"
+ ,"web": "http://spaceboyz.net/~astro/"
}]
,"contributors": ["Stephan Maka", "Derek Hammer", "Daniel Zelisko"]
-,"licenses": [{ "type": "GPLv3" }]
+,"licenses": [{"type": "GPLv3"}]
,"engine": "node"
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list