Skip to content

Commit

Permalink
Keyword updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-kip committed Apr 10, 2015
1 parent 949c374 commit e7126ad
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "ISC",
Expand All @@ -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": {
Expand Down

0 comments on commit e7126ad

Please sign in to comment.