[Pkg-javascript-commits] [node-mocks-http] 106/296: added eslint dependency

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:26 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 4d8cc8934264ce7cb7d1f419b791fca8d6e2b45c
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date:   Wed Mar 11 14:27:20 2015 +0800

    added eslint dependency
---
 package.json | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

diff --git a/package.json b/package.json
index c478df0..ebc31ba 100644
--- a/package.json
+++ b/package.json
@@ -4,19 +4,19 @@
   "description": "Mock 'http' objects for testing Express routing functions",
   "version": "1.2.5",
   "homepage": "http://www.github.com/howardabrams/node-mocks-http",
-  "license" : "MIT",
+  "license": "MIT",
   "keywords": [
-               "mock",
-               "stub",
-               "dummy",
-               "nodejs",
-               "js",
-               "testing",
-               "test",
-               "http",
-               "http mock"
-             ],
-    "repository": {
+    "mock",
+    "stub",
+    "dummy",
+    "nodejs",
+    "js",
+    "testing",
+    "test",
+    "http",
+    "http mock"
+  ],
+  "repository": {
     "type": "git",
     "url": "git://github.com/howardabrams/node-mocks-http.git"
   },
@@ -27,11 +27,13 @@
   "dependencies": {
     "mime": "^1.3.4"
   },
-  "devDependencies":{
-    "nodeunit":"",
-    "node-restify-errors":"git://github.com/m9dfukc/node-restify-errors.git"
+  "devDependencies": {
+    "eslint": "^0.16.1",
+    "node-restify-errors": "git://github.com/m9dfukc/node-restify-errors.git",
+    "nodeunit": ""
   },
-  "scripts":{
-    "test": "./run-tests"
+  "scripts": {
+    "test": "./run-tests",
+    "eslint": "node node_modules/eslint/bin/eslint.js ./lib"  
   }
 }

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