hexo-theme-next/package.json
2020-07-01 10:11:34 +08:00

38 lines
891 B
JSON

{
"name": "hexo-theme-next",
"version": "8.0.0-rc.4",
"description": "Elegant and powerful theme for Hexo.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp",
"eslint": "eslint source/js scripts/",
"stylint": "stylint source/css/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/next-theme/hexo-theme-next.git"
},
"keywords": [
"hexo",
"theme",
"next"
],
"author": "NexT <support@theme-next.org> (https://theme-next.js.org)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/next-theme/hexo-theme-next/issues"
},
"homepage": "https://theme-next.js.org",
"devDependencies": {
"eslint": "7.3.1",
"eslint-config-theme-next": "1.2.0",
"gulp": "4.0.2",
"gulp-shell": "0.8.0",
"js-yaml": "3.14.0",
"stylint": "2.0.0"
},
"engines": {
"node": ">=10.9.0"
}
}