bower.json 854 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. }