Browse Source

adding the keywords "image" and "images" to package.json in order to make this package easier to find

v1.x
Gabriel Falcao 13 years ago
parent
commit
5a96e08da0
  1. 3
      package.json

3
package.json

@ -2,7 +2,8 @@
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.8.1"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "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"

Loading…
Cancel
Save