37 lines
775 B
JSON
37 lines
775 B
JSON
{
|
|
"name": "hexo-pagination",
|
|
"version": "3.0.0",
|
|
"description": "Pagination utilities for Hexo generator plugins.",
|
|
"main": "lib/pagination",
|
|
"scripts": {
|
|
"eslint": "eslint .",
|
|
"test": "mocha test/index.js",
|
|
"test-cov": "c8 --reporter=lcovonly npm run test"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": "hexojs/hexo-pagination",
|
|
"homepage": "https://hexo.io/",
|
|
"keywords": [
|
|
"hexo",
|
|
"pagination",
|
|
"util"
|
|
],
|
|
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"c8": "^7.12.0",
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.24.0",
|
|
"eslint-config-hexo": "^5.0.0",
|
|
"mocha": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|