bower.json 309 B

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