package.json 835 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "hexo-theme-next",
  3. "version": "7.8.0",
  4. "description": "Elegant and powerful theme for Hexo.",
  5. "main": "gulpfile.js",
  6. "scripts": {
  7. "test": "gulp"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/theme-next/hexo-theme-next.git"
  12. },
  13. "keywords": [
  14. "hexo",
  15. "theme",
  16. "next"
  17. ],
  18. "author": "NexT <support@theme-next.org> (https://theme-next.org)",
  19. "license": "AGPL-3.0-or-later",
  20. "bugs": {
  21. "url": "https://github.com/theme-next/hexo-theme-next/issues"
  22. },
  23. "homepage": "https://theme-next.org",
  24. "devDependencies": {
  25. "eslint": "^6.8.0",
  26. "eslint-config-theme-next": "^1.1.4",
  27. "gulp": "^4.0.2",
  28. "gulp-eslint": "^6.0.0",
  29. "gulp-shell": "^0.8.0",
  30. "js-yaml": "^3.13.1",
  31. "stylint": "^2.0.0"
  32. },
  33. "engines": {
  34. "node": ">=10.9.0"
  35. }
  36. }