[Pkg-javascript-commits] [node-coveralls] 23/332: clean-up of package.json a bit.

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:53:34 UTC 2017


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

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

commit 1f33a2d0997c49ae533ccfee3b2aa9fe8cd31c90
Author: cainus <gregg at caines.ca>
Date:   Sun Apr 7 20:19:33 2013 -0700

    clean-up of package.json a bit.
---
 package.json | 76 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 44 insertions(+), 32 deletions(-)

diff --git a/package.json b/package.json
index 7287aed..92ce8cc 100644
--- a/package.json
+++ b/package.json
@@ -1,34 +1,46 @@
 {
-      "name": "coveralls",
-      "description" : "takes json-cov output into stdin and POSTs to coveralls.io",
-      "keywords" : ["coverage", "coveralls"], 
-      "version": "2.0.6",
-      "bugs": {
-       "url": "https://github.com/cainus/node-coveralls/issues"
-      },
-      "scripts" : {
-        "test" : "make test"
-      },
-      "bin" : {
-        "coveralls" : "./bin/coveralls.js"
-      },
-      "maintainers": [
-        {
-          "name": "Gregg Caines",
-          "email": "gregg at caines.ca",
-          "web": "http://caines.ca"
-        } 
-      ],
-      "dependencies": {
-          "request" : "2.16.2",
-          "lcov-parse" : "0.0.4"
-      },
-      "devDependencies" : {
-          "mocha" : "1.8.1",
-          "should" : "1.1.0"
-      },
-      "engines" : {
-                   "node" : ">=0.8.6",
-                   "npm" : "1.1.65"
-                  }
+  "name": "coveralls",
+  "description": "takes json-cov output into stdin and POSTs to coveralls.io",
+  "keywords": [
+    "coverage",
+    "coveralls"
+  ],
+  "version": "2.0.6",
+  "bugs": {
+    "url": "https://github.com/cainus/node-coveralls/issues"
+  },
+  "scripts": {
+    "test": "make test"
+  },
+  "bin": {
+    "coveralls": "./bin/coveralls.js"
+  },
+  "maintainers": [
+    "Gregg Caines <gregg at caines.ca> (http://caines.ca)"
+  ],
+  "contributors" : [
+    "Alan Gutierrez <alan at prettyrobots.com> (http://www.prettyrobots.com/)"
+  ],
+  "dependencies": {
+    "request": "2.16.2",
+    "lcov-parse": "0.0.4"
+  },
+  "devDependencies": {
+    "mocha": "1.8.1",
+    "should": "1.1.0"
+  },
+  "engines": {
+    "node": ">=0.8.6",
+    "npm": "1.1.65"
+  },
+  "main": "index.js",
+  "directories": {
+    "test": "test"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/cainus/node-coveralls.git"
+  },
+  "author": "Gregg Caines",
+  "license": "BSD"
 }

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



More information about the Pkg-javascript-commits mailing list