You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
341 B

  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. }