From c20e061d2c7b43c8614a8dc1ded2fbc3fc349231 Mon Sep 17 00:00:00 2001 From: Dav Glass Date: Fri, 11 May 2012 08:28:17 -0500 Subject: [PATCH] Added keywords to package.json --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 4d6cf0e4..af9e2dae 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,15 @@ "engines": { "node" : ">=0.4.0" }, + "keywords": [ + "yui", + "jsdoc", + "api", + "documentation", + "javadoc", + "docs", + "apidocs" + ], "main": "./lib/index", "bin" : { "yuidoc" : "./lib/cli.js" }, "dependencies": {