bootstrap-table.jquery.json 860 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "bootstrap-table",
  3. "version": "1.11.1",
  4. "title": "Bootstrap Table",
  5. "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
  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": [
  21. "bootstrap.table"
  22. ],
  23. "homepage": "https://github.com/wenzhixin/bootstrap-table",
  24. "demo": "http://bootstrap-table.wenzhixin.net.cn",
  25. "bugs": {
  26. "url": "https://github.com/wenzhixin/bootstrap-table/issues"
  27. },
  28. "docs": "https://github.com/wenzhixin/bootstrap-table",
  29. "download": "https://github.com/wenzhixin/bootstrap-table/archive/master.zip"
  30. }