bower.json 653 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "papaparse",
  3. "main": "papaparse.js",
  4. "homepage": "http://papaparse.com",
  5. "authors": [
  6. "Matthew Holt"
  7. ],
  8. "description": "Fast and powerful CSV parser for the browser. Converts CSV->JSON and JSON->CSV. Supports web workers and streaming large files.",
  9. "keywords": [
  10. "csv",
  11. "parse",
  12. "parsing",
  13. "parser",
  14. "delimited",
  15. "text",
  16. "data",
  17. "auto-detect",
  18. "comma",
  19. "tab",
  20. "pipe",
  21. "file",
  22. "filereader",
  23. "stream",
  24. "worker",
  25. "workers",
  26. "ajax",
  27. "thread",
  28. "threading",
  29. "multi-threaded"
  30. ],
  31. "license": "MIT",
  32. "ignore": [
  33. "**/.*",
  34. "node_modules",
  35. "bower_components",
  36. "test",
  37. "tests",
  38. "player"
  39. ]
  40. }