[Pkg-javascript-commits] [node-mocks-http] 159/296: added; mocha, chai, sinon, instanbul and gulp dependencies

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:32 UTC 2016


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

alteholz pushed a commit to branch master
in repository node-mocks-http.

commit 781577b4a0a36de5eac231d2f8eb4a1e4d250893
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date:   Mon Apr 6 15:00:59 2015 +0800

    added; mocha, chai, sinon, instanbul and gulp dependencies
---
 package.json | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

diff --git a/package.json b/package.json
index fa39483..4d48e0d 100644
--- a/package.json
+++ b/package.json
@@ -5,18 +5,18 @@
   "version": "1.3.0",
   "homepage": "https://github.com/howardabrams/node-mocks-http",
   "bugs": {
-    "url" : "https://github.com/howardabrams/node-mocks-http/issues"
+    "url": "https://github.com/howardabrams/node-mocks-http/issues"
   },
   "contributors": [
     {
-      "name" : "Howard Abrams",
-      "email" : "howard.abrams at gmail.com",
-      "url" : "https://github.com/howardabrams"
+      "name": "Howard Abrams",
+      "email": "howard.abrams at gmail.com",
+      "url": "https://github.com/howardabrams"
     },
     {
-      "name" : "Johnny Estilles",
-      "email" : "johnny.estilles at agentia.asia",
-      "url" : "https://github.com/JohnnyEstilles"
+      "name": "Johnny Estilles",
+      "email": "johnny.estilles at agentia.asia",
+      "url": "https://github.com/JohnnyEstilles"
     }
   ],
   "license": "MIT",
@@ -43,12 +43,22 @@
     "mime": "^1.3.4"
   },
   "devDependencies": {
+    "chai": "^2.2.0",
     "eslint": "^0.18.0",
+    "eslint-plugin-mocha": "^0.2.2",
+    "gulp": "^3.8.11",
+    "gulp-istanbul": "^0.8.1",
+    "gulp-mocha": "^2.0.1",
+    "gulp-open": "^0.3.2",
+    "istanbul": "^0.3.13",
+    "mocha": "^2.2.1",
     "node-restify-errors": "git://github.com/m9dfukc/node-restify-errors.git",
-    "nodeunit": "^0.9.1"
+    "nodeunit": "^0.9.1",
+    "sinon": "^1.14.1",
+    "sinon-chai": "^2.7.0"
   },
   "scripts": {
-    "lint": "DEBUG=eslint:cli-engine node_modules/eslint/bin/eslint.js ./lib ./examples ./test",
+    "lint": "DEBUG=eslint:cli-engine node_modules/eslint/bin/eslint.js ./lib ./examples ./test-legacy",
     "test": "npm run lint && ./run-tests"
   }
 }

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



More information about the Pkg-javascript-commits mailing list