bower.json 941 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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": "^2.0.6",
  39. "pikaday": "^1.4.0"
  40. },
  41. "devDependencies": {
  42. "chroma-js": "~0.5.6"
  43. }
  44. }