package.json 930 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "favico.js-slevomat",
  3. "version": "0.3.11",
  4. "description": "Favico.js is a library to manipulate the favicon, adding alert badges, render images or videos.",
  5. "main": "favico.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/slevomat/favico.js.git"
  9. },
  10. "publishConfig": {
  11. "registry": "http://registry.npmjs.org/"
  12. },
  13. "keywords": [
  14. "favicon",
  15. "badge"
  16. ],
  17. "author": "Miroslav Magda <magda.miroslav@gmail.com>",
  18. "license": "MIT or GPL-2.0",
  19. "bugs": {
  20. "url": "https://github.com/slevomat/favico.js/issues"
  21. },
  22. "devDependencies": {
  23. "uglify-js": "~2.4.0",
  24. "jshint": "~2.1.11",
  25. "semver": "~2.1.0"
  26. },
  27. "spm": {
  28. "main": "favico.js",
  29. "ignore": [
  30. "resources",
  31. "page"
  32. ]
  33. },
  34. "homepage": "https://github.com/slevomat/favico.js",
  35. "dependencies": {
  36. },
  37. "scripts": {
  38. "test": "echo \"Error: no test specified\" && exit 1"
  39. }
  40. }