hexo-theme-next/package.json
renovate[bot] 024c19175a
Pin dependencies (#2)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-07 12:03:28 +08:00

37 lines
830 B
JSON

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