Browse Source

Add keywords to package.json

Gaël Métais 10 years ago
parent
commit
08459ca289
1 changed files with 9 additions and 1 deletions
  1. 9 1
      package.json

+ 9 - 1
package.json

@@ -60,5 +60,13 @@
   },
   },
   "scripts": {
   "scripts": {
     "test": "grunt test"
     "test": "grunt test"
-  }
+  },
+  "keywords": [
+    "performance",
+    "metrics",
+    "webperf",
+    "pagespeed",
+    "budget",
+    "phantomas"
+  ]
 }
 }