[Pkg-javascript-commits] [node-expat] 124/371: package.json: update

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:53 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 0030d4e9a70eaf438c0cace3770b43669c6af655
Author: Astro <astro at spaceboyz.net>
Date:   Mon Jan 23 19:01:51 2012 +0100

    package.json: update
---
 package.json | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/package.json b/package.json
index d20594e..0bb7626 100644
--- a/package.json
+++ b/package.json
@@ -2,22 +2,23 @@
 ,"version": "1.4.1"
 ,"main": "./lib/node-expat"
 ,"description": "NodeJS binding for fast XML parsing."
+,"keywords": ["xml","sax","expat","libexpat","parse","parsing"]
 ,"scripts" : { "install": "node-waf configure build"
 	      ,"update": "node-waf build"
 	      ,"test": "vows --spec ./test.js"
 	     }
 ,"dependencies": {}
 ,"devDependencies": {"vows": ">=0.5.12"}
-,"repositories": [{ "type": "git"
-		   ,"path": "git://github.com/astro/node-expat.git"
-		  }]
+,"repository": { "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/"
-		 }]
+,"author": { "name": "Astro"
+	   , "email": "astro at spaceboyz.net"
+	   , "web": "http://spaceboyz.net/~astro/"
+	   }
 ,"contributors": ["Stephan Maka", "Derek Hammer", "Iein Valdez", "Peter Körner", "Camilo Aguilar", "Michael Weibel"]
 ,"licenses": [{ "type": "MIT" }]
-,"engine": "node"
+,"engines": { "node": ">=0.4" }
 }

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