You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

36 lines
757 B

{
"name": "hexo-pagination",
"version": "1.0.0",
"description": "Pagination utilities for Hexo generator plugins.",
"main": "lib/pagination",
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "nyc npm run test"
},
"directories": {
"lib": "./lib"
},
"files": [
"lib"
],
"repository": "hexojs/hexo-pagination",
"homepage": "http://hexo.io/",
"keywords": [
"hexo",
"pagination",
"util"
],
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^6.0.1",
"eslint-config-hexo": "^3.0.0",
"mocha": "^6.0.2",
"nyc": "^14.1.1"
},
"engines": {
"node": ">=8.6.0"
}
}