[Pkg-javascript-commits] [node-expat] 216/371: 2.1.0

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:07 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 0aa058baa7ff8600c9644f40717cfc04ffc611a9
Author: Lloyd Watkin <lloyd.watkin at surevine.com>
Date:   Fri Dec 6 09:11:42 2013 +0000

    2.1.0
---
 package.json | 74 ++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 54 insertions(+), 20 deletions(-)

diff --git a/package.json b/package.json
index ca9f595..bd89075 100644
--- a/package.json
+++ b/package.json
@@ -1,22 +1,56 @@
-{ "name": "node-expat"
-,"version": "2.0.0"
-,"main": "./lib/node-expat"
-,"description": "NodeJS binding for fast XML parsing."
-,"keywords": ["xml","sax","expat","libexpat","parse","parsing"]
-,"scripts" : { "test": "vows --spec ./test.js" }
-,"dependencies": {"nan": "~0.6.0"}
-,"devDependencies": {"vows": ">=0.5.12"}
-,"repository": { "type": "git"
-  , "path": "git://github.com/astro/node-expat.git"
+{
+  "name": "node-expat",
+  "version": "2.1.0",
+  "main": "./lib/node-expat",
+  "description": "NodeJS binding for fast XML parsing.",
+  "keywords": [
+    "xml",
+    "sax",
+    "expat",
+    "libexpat",
+    "parse",
+    "parsing"
+  ],
+  "scripts": {
+    "test": "vows --spec ./test.js"
+  },
+  "dependencies": {
+    "nan": "~0.6.0"
+  },
+  "devDependencies": {
+    "vows": ">=0.5.12"
+  },
+  "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",
+  "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",
+    "Alexey Zhuchkov",
+    "Satyam Shekhar",
+    "Dhruv Matani",
+    "Andreas Botsikas",
+    "Tom Hughes-Croucher",
+    "Nathan Rajlich"
+  ],
+  "licenses": [
+    {
+      "type": "MIT"
+    }
+  ],
+  "engines": {
+    "node": ">=0.8"
   }
-,"homepage": "http://github.com/astro/node-expat"
-,"bugs": "http://github.com/astro/node-expat/issues"
-,"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", "Alexey Zhuchkov", "Satyam Shekhar", "Dhruv Matani", "Andreas Botsikas", "Tom Hughes-Croucher", "Nathan Rajlich"]
-,"licenses": [{ "type": "MIT" }]
-,"engines": { "node": ">=0.8" }
 }

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