From 5a96e08da047d60c875c70565aa8471ae819679f Mon Sep 17 00:00:00 2001 From: Gabriel Falcao Date: Sun, 27 Nov 2011 16:37:22 -0200 Subject: [PATCH] adding the keywords "image" and "images" to package.json in order to make this package easier to find --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2435ace..e464fb3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ , "description": "Canvas graphics API backed by Cairo" , "version": "0.8.1" , "author": "TJ Holowaychuk " - , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo"] + , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images"] + , "homepage": "https://github.com/learnboost/node-canvas" , "repository": "git://github.com/learnboost/node-canvas" , "scripts": { "preinstall": "node-waf configure build"