1234567891011121314151617181920212223242526272829303132 |
- {
- "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"
- ],
- "keywords": [
- "css",
- "js",
- "html",
- "template",
- "admin",
- "bootstrap",
- "theme",
- "backend",
- "responsive"
- ],
- "license": "MIT",
- "ignore": [
- "/.*",
- "node_modules",
- "bower_components",
- "composer.json",
- "documentation"
- ]
- }
|