.bower.json 657 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "less",
  3. "main": "dist/less.js",
  4. "ignore": [
  5. "**/.*",
  6. "benchmark",
  7. "bin",
  8. "build",
  9. "gradle",
  10. "lib",
  11. "test",
  12. "*.md",
  13. "LICENSE",
  14. "Gruntfile.js",
  15. "*.json",
  16. "*.yml",
  17. "build.gradle",
  18. "gradlew",
  19. "gradlew.bat",
  20. ".gitattributes",
  21. ".jshintrc",
  22. ".npmignore"
  23. ],
  24. "homepage": "https://github.com/less/less",
  25. "version": "2.7.3",
  26. "_release": "2.7.3",
  27. "_resolution": {
  28. "type": "version",
  29. "tag": "v2.7.3",
  30. "commit": "42742b139e246afd8d349c84fafd2acc5ba9a081"
  31. },
  32. "_source": "https://github.com/less/less.git",
  33. "_target": "~2.7.1",
  34. "_originalSource": "less"
  35. }