Skip to content

Commit

Permalink
Added keywords to bower.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smnh committed May 30, 2015
1 parent 86fe8b4 commit 0641801
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions 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"
]
}

0 comments on commit 0641801

Please sign in to comment.