Skip to content

Commit

Permalink
Added Bower support
Browse files Browse the repository at this point in the history
Initial bower.json commit to allow publishing to the Bower front-end
package management system.
  • Loading branch information
neurotech committed May 13, 2014
1 parent 869beba commit 4c86d23
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
@@ -0,0 +1,26 @@
{
"name": "TitleNotifier.js",
"version": "0.9.0",
"homepage": "https://github.com/roshiro/TitleNotifier.js",
"authors": [
"Rafael Oshiro <rafael.oshiro@gmail.com>"
],
"description": "Lightweight (< 3kb), dependency-free javascript library to dynamically show the number of unread notifications in your webpage title.",
"main": "title_notifier.js",
"keywords": [
"notifications",
"dependency-free",
"progress bar",
"title",
"lightweight"
],
"license": "GNU",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples"
]
}

0 comments on commit 4c86d23

Please sign in to comment.