From 0641801f7e6854d4f36ba3f5418ac02b0a368a82 Mon Sep 17 00:00:00 2001 From: smnh Date: Sat, 30 May 2015 17:02:49 +0300 Subject: [PATCH] Added keywords to bower.js --- bower.json | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/bower.json b/bower.json index 1294d2e..9adac79 100644 --- a/bower.json +++ b/bower.json @@ -1,23 +1,25 @@ { - "name": "FontLoader", - "main": "FontLoader.js", - "version": "0.0.1", - "homepage": "https://github.com/smnh/FontLoader", - "authors": [ - "smnh" - ], - "description": "The FontLoader detects and notifies when specified font-families loaded and rendered by the browser.", - "moduleType": [ - "amd", - "globals", - "node" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] + "name": "FontLoader", + "main": "FontLoader.js", + "version": "0.0.1", + "homepage": "https://github.com/smnh/FontLoader", + "authors": [ + "smnh" + ], + "description": "The FontLoader detects and notifies when specified font-families loaded and rendered by the browser.", + "keywords": ["Fonts", "FontLoader", "FontsLoader", "Web fonts"], + "moduleType": [ + "amd", + "globals", + "node" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests", + "Tests" + ] }