package.json 319 B

123456789101112
  1. {
  2. "description": "Grunt tasks for Moodle Bootstrap theme.",
  3. "devDependencies": {
  4. "grunt": "~0.4.2",
  5. "grunt-contrib-less": "~0.9.0",
  6. "grunt-contrib-watch": "~0.5.3",
  7. "grunt-exec": "~0.4.3",
  8. "grunt-text-replace": "~0.3.11",
  9. "grunt-css-flip": "~0.2.0",
  10. "grunt-contrib-copy": "~0.5.0"
  11. }
  12. }