From 471a2414938c76163d9b5ab879761e3fb8e2f834 Mon Sep 17 00:00:00 2001 From: Christopher Amavisca Date: Wed, 4 Feb 2015 16:36:10 -0800 Subject: [PATCH] Add keywords to package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 192df5de..8e0dde57 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,12 @@ "type": "git", "url": "https://github.com/jasmine/jasmine.git" }, + "keywords": [ + "test", + "jasmine", + "tdd", + "bdd" + ], "description": "Official packaging of Jasmine's core files for use by Node.js projects.", "homepage": "http://jasmine.github.io", "main": "./lib/jasmine-core.js",