[Pkg-javascript-commits] [ltx] 257/469: Fix package.json for NPM, add myself as a maintainer

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:09 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 8c30673c00ebdc637de65fb8be024f4137fc946b
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Fri May 17 11:25:14 2013 +0200

    Fix package.json for NPM, add myself as a maintainer
---
 package.json | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/package.json b/package.json
index af6d01e..bd1da66 100644
--- a/package.json
+++ b/package.json
@@ -7,15 +7,24 @@
 ,"dependencies": {"node-expat": ">=1.2.0"
 		 ,"sax": ">=0.3.5"
 		 }
-,"repositories": [{"type": "git"
-		  ,"path": "http://github.com/astro/ltx.git"
-		  }]
+,"repository": {
+    "type": "git"
+  , "url": "https://github.com/astro/ltx.git"
+}
 ,"homepage": "http://github.com/astro/ltx"
 ,"bugs": "http://github.com/astro/ltx/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/"
+    },
+    {
+    	"name": "Lloyd Watkin"
+      , "email": "lloyd at evilprofessor.co.uk"
+      , "web": "http://www.evilprofessor.co.uk"
+    }
+]
 ,"contributors": ["Stephan Maka", "Will Fife", "Markus Kohlhase"]
 ,"licenses": [{"type": "MIT"}]
 ,"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