[Pkg-javascript-commits] [ltx] 261/469: 0.2.3

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:10 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 b6e8977a1637fcf1c6cd521ce16ef3dc2bf260ed
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Sat May 18 15:30:16 2013 +0100

    0.2.3
---
 package.json | 81 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 47 insertions(+), 34 deletions(-)

diff --git a/package.json b/package.json
index bd1da66..c682a93 100644
--- a/package.json
+++ b/package.json
@@ -1,39 +1,52 @@
-{ "name": "ltx"
-,"version": "0.2.2"
-,"main": "./lib/index"
-,"browserify": "./lib/index-browserify.js"
-,"description": "<xml for=\"node.js\" browserify=\"too\">"
-,"author": "Astro"
-,"dependencies": {"node-expat": ">=1.2.0"
-		 ,"sax": ">=0.3.5"
-		 }
-,"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": "ltx",
+  "version": "0.2.3",
+  "main": "./lib/index",
+  "browserify": "./lib/index-browserify.js",
+  "description": "<xml for=\"node.js\" browserify=\"too\">",
+  "author": "Astro",
+  "dependencies": {
+    "node-expat": ">=1.2.0",
+    "sax": ">=0.3.5"
+  },
+  "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/"
+      "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"
+      "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"
     }
-]
-,"contributors": ["Stephan Maka", "Will Fife", "Markus Kohlhase"]
-,"licenses": [{"type": "MIT"}]
-,"engine": "node"
-,"devDependencies": {"vows": ">=0.5.12"
-		    ,"easysax": ">=0.1.7"
-		    ,"node-xml": ">=1.0.1"
-		    ,"Strophe.js": "https://github.com/metajack/strophejs/tarball/master"
-		    ,"request-animation-frame": ">=0.1.0"
-		    ,"browserify": ">=1.10.4"
-		    }
-,"scripts": {"test":"vows --spec"}
+  ],
+  "engine": "node",
+  "devDependencies": {
+    "vows": ">=0.5.12",
+    "easysax": ">=0.1.7",
+    "node-xml": ">=1.0.1",
+    "Strophe.js": "https://github.com/metajack/strophejs/tarball/master",
+    "request-animation-frame": ">=0.1.0",
+    "browserify": ">=1.10.4"
+  },
+  "scripts": {
+    "test": "vows --spec"
+  }
 }

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