.bower.json 637 B

12345678910111213141516171819202122232425262728293031323334
  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. "homepage": "https://github.com/fex-team/hotbox",
  25. "_release": "1.0.15",
  26. "_resolution": {
  27. "type": "version",
  28. "tag": "v1.0.15",
  29. "commit": "440e62a01ae48bc0d5d6d6ed5379489a830fa967"
  30. },
  31. "_source": "https://github.com/fex-team/hotbox.git",
  32. "_target": "~1.0.2",
  33. "_originalSource": "hotbox"
  34. }