From ba22cb64966311d39e45cc4eaf5c7128d5f88464 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Sat, 21 Dec 2013 15:07:56 -0800 Subject: [PATCH] Add bower keywords --- bower.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 2131bf9..f99c1b2 100644 --- a/bower.json +++ b/bower.json @@ -15,5 +15,11 @@ "dependencies": { "d3": "3.x", "topojson": "1.x" - } + }, + "keywords": [ + "globe", "globes", + "planet", "planets", + "d3", + "topojson" + ] }