bower.json 389 B

1234567891011121314151617181920
  1. {
  2. "name": "helios",
  3. "version": "0.1.1",
  4. "ignore": [
  5. "**/.*",
  6. "node_modules",
  7. "bower_components",
  8. "test",
  9. "tests"
  10. ],
  11. "dependencies": {
  12. "amber": "^0.12.6",
  13. "jquery": ">=1.7.0",
  14. "jquery-ui": ">=1.9.2",
  15. "bootstrap2.3.2": "~2.3.2",
  16. "jquery-tabby": "git://github.com/alanhogan/Tabby",
  17. "codemirror": "~3.24.0",
  18. "showdown": "~0.3.1"
  19. }
  20. }