composer.json 541 B

1234567891011121314151617
  1. {
  2. "name": "karsonzhang/fastadmin-bootstraptable",
  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/karsonzhang/fastadmin-bootstraptable",
  7. "license": "MIT",
  8. "require": {
  9. "twitter/bootstrap": ">=3.3.0"
  10. },
  11. "authors": [
  12. {
  13. "name": "wenzhixin2010",
  14. "email": "wenzhixin2010@gmail.com"
  15. }
  16. ]
  17. }