package.json 732 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "oneline",
  3. "description": "",
  4. "version": "1.0.0",
  5. "homepage": "",
  6. "author": {
  7. "name": "petsa"
  8. },
  9. "devDependencies": {
  10. "grunt": "*",
  11. "grunt-contrib-connect": "0.8.0",
  12. "connect-livereload": "*",
  13. "grunt-contrib-watch": "*",
  14. "load-grunt-tasks": "*",
  15. "network-address": "*",
  16. "grunt-contrib-clean": "*",
  17. "grunt-contrib-copy": "*",
  18. "grunt-contrib-uglify": "*",
  19. "grunt-contrib-cssmin": "*",
  20. "grunt-adisprite": "*",
  21. "grunt-contrib-imagemin": "0.4.1",
  22. "grunt-contrib-sass": "*",
  23. "grunt-autoprefixer": "*",
  24. "grunt-contrib-concat": "*",
  25. "grunt-contrib-compress": "*",
  26. "gm": "~1.14.2",
  27. "grunt-adiejs-static": "*",
  28. "grunt-push-svn": "*"
  29. }
  30. }