123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "almasaeed2010/adminlte",
- "description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
- "homepage": "https://adminlte.io/",
- "type": "template",
- "keywords": [
- "css",
- "js",
- "less",
- "responsive",
- "back-end",
- "template",
- "theme",
- "web",
- "admin"
- ],
- "authors": [
- {
- "name": "Abdullah Almsaeed",
- "email": "abdullah@almsaeedstudio.com"
- }
- ],
- "license": "MIT",
- "support": {
- "issues": "https://github.com/almasaeed2010/AdminLTE/issues"
- },
- "require": {
- "bower-asset/jquery": ">=1.9.0 <4.0.0"
- },
- "repositories": [
- {
- "type": "composer",
- "url": "https://asset-packagist.org"
- }
- ]
- }
|