package.json 262 B

123456789101112
  1. {
  2. "name": "hexo-theme-landscape",
  3. "version": "0.0.2",
  4. "private": true,
  5. "devDependencies": {
  6. "grunt": "~0.4.2",
  7. "load-grunt-tasks": "~0.2.0",
  8. "grunt-git": "~0.2.2",
  9. "grunt-contrib-clean": "~0.5.0",
  10. "grunt-contrib-copy": "~0.4.1"
  11. }
  12. }