.bower.json 664 B

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