[Pkg-javascript-commits] [node-lcov-parse] 27/45: updated dev deps

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:46:17 UTC 2017


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

rouca pushed a commit to branch master
in repository node-lcov-parse.

commit aaa51f5f5f87f6ebbf3b4147aa6ed49169c635e8
Author: Dav Glass <davglass at gmail.com>
Date:   Fri May 23 13:19:05 2014 -0500

    updated dev deps
---
 package.json | 72 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

diff --git a/package.json b/package.json
index 063acb9..c23fb50 100644
--- a/package.json
+++ b/package.json
@@ -1,39 +1,39 @@
 {
-  "name": "lcov-parse",
-  "description": "Parse lcov results files and return JSON",
-  "version": "0.0.6",
-  "author": "Dav Glass <davglass at gmail.com>",
-  "contributors": [
-    "Alan Gutierrez <alan at prettyrobots.com>",
-    "Gerard Escalante <gerard at saygo.ca>"
-  ],
-  "bugs": {
-    "url": "http://github.com/davglass/lcov-parse/issues"
-  },
-  "main": "./lib/index",
-  "tags": [
-    "lcov",
-    "json",
-    "coverage",
-    "parser"
-  ],
-  "devDependencies": {
-    "yui-lint": "~0.1.1",
-    "jshint": "~0.9.0",
-    "istanbul": "~0.1.8",
-    "vows": "*"
-  },
-  "scripts": {
-    "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/",
-    "test": "istanbul cover --print both ./node_modules/vows/bin/vows -- --spec ./tests/*.js"
-  },
-  "licenses": [
-    {
-      "type": "BSD"
+    "name": "lcov-parse",
+    "description": "Parse lcov results files and return JSON",
+    "version": "0.0.6",
+    "author": "Dav Glass <davglass at gmail.com>",
+    "contributors": [
+        "Alan Gutierrez <alan at prettyrobots.com>",
+        "Gerard Escalante <gerard at saygo.ca>"
+    ],
+    "bugs": {
+        "url": "http://github.com/davglass/lcov-parse/issues"
+    },
+    "main": "./lib/index",
+    "tags": [
+        "lcov",
+        "json",
+        "coverage",
+        "parser"
+    ],
+    "devDependencies": {
+        "istanbul": "^0.2.10",
+        "jshint": "^2.5.1",
+        "vows": "*",
+        "yui-lint": "~0.1.1"
+    },
+    "scripts": {
+        "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/",
+        "test": "istanbul cover --print both ./node_modules/vows/bin/vows -- --spec ./tests/*.js"
+    },
+    "licenses": [
+        {
+            "type": "BSD"
+        }
+    ],
+    "repository": {
+        "type": "git",
+        "url": "http://github.com/davglass/lcov-parse.git"
     }
-  ],
-  "repository": {
-    "type": "git",
-    "url": "http://github.com/davglass/lcov-parse.git"
-  }
 }

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



More information about the Pkg-javascript-commits mailing list