1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "AdminLTE",
- "homepage": "http://almsaeedstudio.com",
- "authors": [
- "Abdullah Almsaeed <support@almsaeedstudio.com>"
- ],
- "description": "Admin dashboard and control panel template",
- "main": [
- "starter.html",
- "dist/css/AdminLTE.css",
- "dist/js/app.js"
- ],
- "dependencies": {
- "jquery": "^3",
- "bootstrap": "https://github.com/twbs/bootstrap.git#v4-dev",
- "font-awesome": "^4",
- "tether": "https://github.com/HubSpot/tether.git#v1.3.7"
- },
- "keywords": [
- "css",
- "js",
- "html",
- "template",
- "admin",
- "bootstrap",
- "theme",
- "backend",
- "responsive"
- ],
- "license": "MIT",
- "ignore": [
- "/.*",
- "node_modules",
- "bower_components",
- "composer.json",
- "documentation"
- ]
- }
|