bower.json 972 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "handsontable",
  3. "description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
  4. "main": ["./dist/handsontable.js", "./dist/handsontable.css"],
  5. "homepage": "http://handsontable.com/",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/handsontable/handsontable.git"
  9. },
  10. "authors": [
  11. "Handsoncode", "Handsoncode <hello@handsontable.com>"
  12. ],
  13. "keywords": [
  14. "data",
  15. "grid",
  16. "table",
  17. "editor",
  18. "grid-editor",
  19. "data-grid",
  20. "data-table",
  21. "spreadsheet",
  22. "excel",
  23. "tabular-data",
  24. "edit-cell",
  25. "editable-table",
  26. "data-spreadsheet"
  27. ],
  28. "ignore": [
  29. "**/.*",
  30. "components",
  31. "demo",
  32. "node_modules",
  33. "src",
  34. "test"
  35. ],
  36. "dependencies": {
  37. "moment": "^2.13.0",
  38. "numbro": "^1.8.0",
  39. "pikaday": "^1.4.0",
  40. "zeroclipboard": "^2.2.0"
  41. },
  42. "devDependencies": {
  43. "chroma-js": "~0.5.6"
  44. }
  45. }