.bower.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "bootswatch",
  3. "description": "Bootswatch is a collection of themes for Bootstrap.",
  4. "version": "3.3.4+1",
  5. "author": "Thomas Park",
  6. "homepage": "http://bootswatch.com",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/thomaspark/bootswatch.git"
  10. },
  11. "license": "MIT",
  12. "ignore": [
  13. "2",
  14. "api",
  15. "assets",
  16. "bower_components",
  17. "custom",
  18. "default",
  19. "global",
  20. "help",
  21. "tests",
  22. "_config.yml",
  23. ".gitignore",
  24. ".travis.yml",
  25. "CNAME",
  26. "composer.json",
  27. "favicon.ico",
  28. "Gemfile",
  29. "Gruntfile.js",
  30. "index.html",
  31. "package.json",
  32. "*/index.html"
  33. ],
  34. "dependencies": {
  35. "bootstrap": "~3.3.4"
  36. },
  37. "devDependencies": {
  38. "bootstrap-sass-official": "~3.3.4",
  39. "font-awesome": "~4.0.0",
  40. "html5shiv": "~3.7.0",
  41. "respond": "~1.4.2"
  42. },
  43. "_release": "3.3.4+1",
  44. "_resolution": {
  45. "type": "version",
  46. "tag": "v3.3.4+1",
  47. "commit": "49ccd07144a7ed8917ab8b715233ffe288a6a9f0"
  48. },
  49. "_source": "https://github.com/thomaspark/bootswatch.git",
  50. "_target": "3.3.4+1",
  51. "_originalSource": "bootswatch"
  52. }