package.json 431 B

123456789101112131415161718
  1. {
  2. "name": "admin-lte",
  3. "version": "2.2.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "git://github.com/almasaeed2010/AdminLTE.git"
  7. },
  8. "devDependencies": {
  9. "R2": "^1.4.3",
  10. "grunt": "~0.4.5",
  11. "grunt-contrib-cssmin": "^0.12.2",
  12. "grunt-contrib-less": "^0.12.0",
  13. "grunt-contrib-uglify": "^0.7.0",
  14. "grunt-contrib-watch": "~0.6.1",
  15. "grunt-cssjanus": "^0.2.4",
  16. "grunt-includes": "^0.4.5"
  17. }
  18. }