package.json 413 B

1234567891011121314151617
  1. {
  2. "name": "grunt-theme",
  3. "version": "0.1.0",
  4. "dependencies": {
  5. "load-grunt-tasks": "~0.3.0"
  6. },
  7. "devDependencies": {
  8. "grunt": "~0.4.2",
  9. "grunt-contrib-sass": "~0.7.2",
  10. "grunt-contrib-cssmin": "~0.7.0",
  11. "grunt-contrib-imagemin": "~0.4.0",
  12. "grunt-contrib-jshint": "~0.8.0",
  13. "grunt-contrib-uglify": "~0.2.7",
  14. "grunt-contrib-concat": "~0.3.0",
  15. "grunt-contrib-watch": "~0.5.3"
  16. }
  17. }