package.json 307 B

123456789101112
  1. {
  2. "devDependencies": {
  3. "underscore": "~1.4.4",
  4. "grunt": "~0.4.0",
  5. "grunt-contrib-concat": "~0.1.2",
  6. "grunt-contrib-uglify": "~0.1.1",
  7. "grunt-contrib-copy": "~0.4.0",
  8. "grunt-contrib-compress": "~0.4.0",
  9. "grunt-contrib-clean": "~0.4.0",
  10. "grunt-contrib-watch": "~0.2.0"
  11. }
  12. }