[Pkg-javascript-commits] [ltx] 35/469: Adding package.json so that npm can handle node-xmpp

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:00:55 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 65746d54f7d7b1f25d6c12ed387e307ae36e95ca
Author: Derek Hammer <derek.r.hammer at gmail.com>
Date:   Sun Jun 6 20:42:55 2010 -0500

    Adding package.json so that npm can handle node-xmpp
---
 package.json | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..82f3ce9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,8 @@
+{ "name": "node-xmpp"
+,"version": "1.0.0"
+,"main": "./lib/xmpp"
+,"description": "CommonJS module for XMPP connections."
+,"author": "Astro"
+,"dependencies": []
+,"contributors": ["Derek Hammer"]
+}
\ No newline at end of file

-- 
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