composer.json 519 B

1234567891011121314151617
  1. {
  2. "name": "wenzhixin/bootstrap-table",
  3. "description": "An extended Bootstrap table with radio, checkbox, sort, pagination and other features.",
  4. "keywords": ["bootstrap","table","tablesort","pagination"],
  5. "type": "component",
  6. "homepage": "https://github.com/wenzhixin/bootstrap-table",
  7. "license": "MIT",
  8. "require": {
  9. "twitter/bootstrap": ">=2.3.0"
  10. },
  11. "authors": [
  12. {
  13. "name": "wenzhixin2010",
  14. "email": "wenzhixin2010@gmail.com"
  15. }
  16. ]
  17. }