[Pkg-javascript-commits] [node-expat] 37/371: pimp my package.json

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit f6f1e240163725ee9e99844efa60ff88fbf50780
Author: Astro <astro at spaceboyz.net>
Date:   Wed Jul 14 05:30:55 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 d5f7c61..288b992 100644
--- a/package.json
+++ b/package.json
@@ -4,4 +4,15 @@
 ,"description": "NodeJS binding for fast XML parsing."
 ,"scripts" : { "install" : "./install.sh" }
 ,"dependencies": []
-}
\ No newline at end of file
+,"repositories": [{ "type": "git"
+		   ,"path": "git://github.com/astro/node-expat.git"
+		  }]
+,"homepage": "http://github.com/astro/node-expat"
+,"bugs": "http://github.com/astro/node-expat/issues"
+,"maintainers": [{ "name": "Astro"
+		  ,"email": "astro at spaceboyz.net"
+		  ,"web": "http://spaceboyz.net/~astro/"
+		 }]
+,"licenses": [{ "type": "MIT" }]
+,"engine": "node"
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list