酒店预订平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

composer.json 541 B

il y a 3 ans
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. }