From 08459ca28993f3bdbc0b295d3a798cf171df53d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 11 Aug 2015 21:23:46 +0200 Subject: [PATCH] Add keywords to package.json --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3682c0d..8650741 100644 --- a/package.json +++ b/package.json @@ -60,5 +60,13 @@ }, "scripts": { "test": "grunt test" - } + }, + "keywords": [ + "performance", + "metrics", + "webperf", + "pagespeed", + "budget", + "phantomas" + ] }