mirror of https://github.com/jkjoy/sunpeiwen.git
37 lines
793 B
JSON
37 lines
793 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|