bootstrap-table.jquery.json 954 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "bootstrap-table",
  3. "version": "1.3.0",
  4. "title": "Bootstrap Table",
  5. "description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
  6. "author": {
  7. "name": "zhixin wen",
  8. "email": "wenzhixin2010@gmail.com",
  9. "url": "http://wenzhixin.net.cn/"
  10. },
  11. "licenses": [
  12. {
  13. "type": "MIT License",
  14. "url": "http://opensource.org/licenses/MIT"
  15. }
  16. ],
  17. "dependencies": {
  18. "jquery": ">=1.7"
  19. },
  20. "keywords": ["bootstrap.table"],
  21. "homepage": "https://github.com/wenzhixin/bootstrap-table",
  22. "demo": "http://wenzhixin.net.cn/p/bootstrap-table",
  23. "bugs": {
  24. "url": "https://github.com/wenzhixin/bootstrap-table/issues"
  25. },
  26. "docs": "https://github.com/wenzhixin/bootstrap-table",
  27. "download": "https://github.com/wenzhixin/bootstrap-table/archive/master.zip"
  28. }