.bower.json 504 B

12345678910111213141516171819202122
  1. {
  2. "name": "jqGrid",
  3. "version": "4.7.0",
  4. "main": [
  5. "js/i18n/grid.locale-en.js",
  6. "js/jquery.jqGrid.js",
  7. "css/ui.jqgrid.css"
  8. ],
  9. "dependencies": {
  10. "jquery": ">=1.7.0"
  11. },
  12. "homepage": "https://github.com/tonytomov/jqGrid",
  13. "_release": "4.7.0",
  14. "_resolution": {
  15. "type": "version",
  16. "tag": "v4.7.0",
  17. "commit": "88e12ebeaa3866e7f2d60c6870b865e8902a7f0a"
  18. },
  19. "_source": "https://github.com/tonytomov/jqGrid.git",
  20. "_target": "4.7.0",
  21. "_originalSource": "jqgrid"
  22. }