.bower.json 519 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "lesshat",
  3. "version": "3.0.2",
  4. "main": [
  5. "./build/lesshat.less",
  6. "./build/lesshat-prefixed.less"
  7. ],
  8. "ignore": [
  9. "mixins",
  10. "*.md",
  11. "*.json",
  12. "LICENCE",
  13. ".*.*"
  14. ],
  15. "homepage": "https://github.com/csshat/lesshat",
  16. "_release": "3.0.2",
  17. "_resolution": {
  18. "type": "version",
  19. "tag": "v3.0.2",
  20. "commit": "ee58f199f7a8d787198046036345732ac84f4398"
  21. },
  22. "_source": "https://github.com/csshat/lesshat.git",
  23. "_target": "~3.0.2",
  24. "_originalSource": "lesshat"
  25. }