handsontable.jquery.json 1004 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "handsontable",
  3. "title": "Handsontable",
  4. "version": "0.32.0",
  5. "author": {
  6. "name": "Marcin Warpechowski",
  7. "email": "hello@handsontable.com",
  8. "url": "http://www.nextgen.pl/"
  9. },
  10. "licenses": [
  11. {
  12. "type": "MIT",
  13. "url": "https://raw.github.com/handsontable/handsontable/master/LICENSE"
  14. }
  15. ],
  16. "description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
  17. "homepage": "http://handsontable.com/",
  18. "docs": "https://github.com/handsontable/handsontable",
  19. "demo": "http://handsontable.com/",
  20. "download": "https://github.com/handsontable/handsontable/archive/master.zip",
  21. "keywords": [
  22. "grid",
  23. "datagrid",
  24. "table",
  25. "ui",
  26. "input",
  27. "ajax",
  28. "handsontable",
  29. "spreadsheet"
  30. ],
  31. "bugs": "https://github.com/handsontable/handsontable/issues",
  32. "dependencies": {
  33. "jquery": ">=1.7",
  34. "bootstrap-typeahead.js": "2.1.1",
  35. "contextMenu": ">=1.5.25"
  36. }
  37. }