package.json 170 B

123456789
  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. }
  9. }