From e7126ad09b39c88cfcf0b6f8fd0e7fa4c11b1bf6 Mon Sep 17 00:00:00 2001 From: Kip Gebhardt Date: Thu, 9 Apr 2015 19:34:47 -0700 Subject: [PATCH] Keyword updates --- package.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 604a3c1..55ff70d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-image-size-scanner", - "version": "0.1.0", - "description": "For a given URL, report image file sizes and paths that exceed a threshold value.", + "version": "0.1.1", + "description": "For a given URL, report image file sizes and paths that exceed a threshold value. Follows redirects.", "main": "image_check.js", "author": "Kip Gebhardt ", "license": "ISC", @@ -23,9 +23,22 @@ }, "homepage": "https://github.com/rv-kip/node-image-size-scanner", "keywords": [ + "image", + "dimensions", + "size", + "bytes", + "web", + "website", + "jpg", + "jpeg", + "png", "filesize", "scanner", - "utility" + "utility", + "cli", + "tool", + "monitor", + "monitoring" ], "preferGlobal": true, "bin": {