bower.json 533 B

123456789101112131415161718192021222324
  1. {
  2. "name": "amber",
  3. "version": "0.13.0-pre",
  4. "main": "support/amber.js",
  5. "ignore": [
  6. "**/.*",
  7. "node_modules",
  8. "bower_components",
  9. "/external",
  10. "/test_runner.js",
  11. "test",
  12. "tests"
  13. ],
  14. "dependencies": {
  15. "jquery": "~1.10.2",
  16. "jquery-ui": "~1.10.3",
  17. "bootstrap": "http://getbootstrap.com/2.3.2/assets/bootstrap.zip",
  18. "jquery-tabby": "git://github.com/alanhogan/Tabby",
  19. "es5-shim": "~2.1.0",
  20. "codemirror": "~3.20.0",
  21. "showdown": "~0.3.1",
  22. "require-css": "~0.0.8"
  23. }
  24. }