bower.json 260 B

1234567891011121314151617181920
  1. {
  2. "name": "less",
  3. "main": "dist/less.js",
  4. "ignore": [
  5. "**/.*",
  6. "benchmark",
  7. "bin",
  8. "lib",
  9. "test",
  10. "*.md",
  11. "LICENSE",
  12. "Gruntfile.js",
  13. "*.json",
  14. "*.yml",
  15. ".gitattributes",
  16. ".jshintrc",
  17. ".npmignore"
  18. ]
  19. }