bower.json 369 B

12345678910111213141516171819202122
  1. {
  2. "name": "taboo",
  3. "version": "0.0.0",
  4. "authors": [
  5. "Thomas Dy <thatsmydoing@gmail.com>"
  6. ],
  7. "license": "MIT",
  8. "private": true,
  9. "ignore": [
  10. "**/.*",
  11. "node_modules",
  12. "bower_components",
  13. "public/components",
  14. "test",
  15. "tests"
  16. ],
  17. "dependencies": {
  18. "angular": "~1.2.6",
  19. "jquery": "~2.0.3",
  20. "bootstrap": "~3.0.3"
  21. }
  22. }