package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "admin-lte",
  3. "description": "Responsive open source admin dashboard and control panel.",
  4. "version": "3.0.0-alpha",
  5. "license": "MIT",
  6. "author": "Abdullah Almsaeed <abdullah@almsaeedstudio.com>",
  7. "keywords": [
  8. "css",
  9. "sass",
  10. "responsive",
  11. "admin",
  12. "template",
  13. "theme",
  14. "framework",
  15. "control-panel",
  16. "dashboard"
  17. ],
  18. "homepage": "https://almsaeedstudio.com",
  19. "style": "dist/css/AdminLTE.css",
  20. "sass": "build/scss/AdminLTE.scss",
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/almasaeed2010/AdminLTE.git"
  24. },
  25. "bugs": {
  26. "url": "https://github.com/almasaeed2010/AdminLTE/issues"
  27. },
  28. "devDependencies": {
  29. "babel-eslint": "^4.1.4",
  30. "babel-preset-es2015": "^6.1.4",
  31. "grunt": "~0.4.5",
  32. "grunt-babel": "^6.0.0",
  33. "grunt-bootlint": "^0.9.1",
  34. "grunt-contrib-clean": "^0.6.0",
  35. "grunt-contrib-concat": "^0.5.1",
  36. "grunt-contrib-csslint": "^0.5.0",
  37. "grunt-contrib-cssmin": "^0.12.2",
  38. "grunt-contrib-jshint": "^0.11.2",
  39. "grunt-contrib-less": "^0.12.0",
  40. "grunt-contrib-uglify": "^0.7.0",
  41. "grunt-contrib-watch": "~0.6.1",
  42. "grunt-cssjanus": "^0.2.4",
  43. "grunt-eslint": "^17.3.1",
  44. "grunt-image": "^1.0.5",
  45. "grunt-includes": "^0.4.5",
  46. "grunt-jscs": "^2.3.0",
  47. "grunt-notify": "^0.4.5",
  48. "grunt-sass": "^1.2.1",
  49. "grunt-scss-lint": "^0.3.8",
  50. "load-grunt-config": "^0.19.2"
  51. }
  52. }