[Pkg-javascript-commits] [ltx] 44/469: pimp my package.json
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:00:57 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 16074deae5c7d1d3ee59b049ec22bffd40871dcb
Author: Astro <astro at spaceboyz.net>
Date: Wed Jul 14 05:34:40 2010 +0200
pimp my package.json
---
package.json | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
index f99364c..9293f4e 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,19 @@
{ "name": "node-xmpp"
,"version": "0.0.3"
,"main": "./lib/xmpp"
-,"description": "CommonJS module for XMPP connections."
+,"description": "Idiomatic XMPP client & component library for node.js"
,"author": "Stephan Maka"
,"dependencies": {"node-base64": "0.0.1", "node-expat": ""}
+,"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/"
+ }]
,"contributors": ["Derek Hammer"]
+,"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