package.json 209 B

12345678910
  1. {
  2. "name": "AdminLTE",
  3. "version": "0.1.0",
  4. "devDependencies": {
  5. "grunt": "~0.4.5",
  6. "grunt-contrib-less": "~0.12.0",
  7. "grunt-contrib-watch": "~0.6.1",
  8. "grunt-contrib-uglify": "~0.7.0"
  9. }
  10. }