package.json 557 B

123456789101112131415161718192021
  1. {
  2. "engines": {
  3. "node": ">= 0.10.0"
  4. },
  5. "devDependencies": {
  6. "grunt": "~0.4.5",
  7. "grunt-autoprefixer": "^3.0.3",
  8. "grunt-concurrent": "^2.0.0",
  9. "grunt-contrib-clean": "^0.6.0",
  10. "grunt-contrib-concat": "~0.4.0",
  11. "grunt-contrib-connect": "^0.10.1",
  12. "grunt-contrib-copy": "^0.8.0",
  13. "grunt-contrib-jshint": "~0.10.0",
  14. "grunt-contrib-qunit": "~0.5.2",
  15. "grunt-contrib-uglify": "~0.5.0",
  16. "grunt-contrib-watch": "^0.6.1",
  17. "grunt-newer": "^1.1.1",
  18. "grunt-wiredep": "^2.0.0",
  19. "time-grunt": "^1.2.1"
  20. }
  21. }