bower.json 442 B

12345678910
  1. {
  2. "name": "favico.js",
  3. "homepage": "http://lab.ejci.net/favico.js/",
  4. "authors": ["Miroslav Magda <magda.miroslav@gmail.com>"],
  5. "description": "Favico.js is a library to manipulate the favicon, adding alert badges, render images or videos.",
  6. "main": "favico.js",
  7. "keywords": ["favicon", "badge"],
  8. "license": "MIT",
  9. "ignore": ["**/.*", "node_modules", "bower_components", "test", "page", "example-simple", "example-angular", "tests"]
  10. }