bower.json 327 B

123456789101112131415161718192021222324
  1. {
  2. "name": "hotbox",
  3. "version": "1.0.15",
  4. "main": [
  5. "hotbox.js",
  6. "hotbox.css"
  7. ],
  8. "keywords": [
  9. "hotbox",
  10. "html5",
  11. "javascript",
  12. "ui"
  13. ],
  14. "ignore": [
  15. ".gitignore",
  16. ".jscsrc",
  17. ".jshintrc",
  18. "Gruntfile.js",
  19. "package.json"
  20. ],
  21. "dependencies": {
  22. "seajs": "~2.3.0"
  23. }
  24. }