[Pkg-javascript-commits] [node-lcov-parse] 31/45: 0.0.8
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 93b8ebefc3b675587b64fa07dbc3cce56c32a6d2
Author: Dav Glass <davglass at gmail.com>
Date: Tue Jun 17 12:28:20 2014 -0500
0.0.8
---
package.json | 72 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
diff --git a/package.json b/package.json
index c82666c..db4cdad 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.7",
- "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"
+ "name": "lcov-parse",
+ "description": "Parse lcov results files and return JSON",
+ "version": "0.0.8",
+ "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"
+ }
}
--
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