-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 964 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "hexo-generator-indexed",
"version": "1.2.1",
"description": "Index generator for Hexo.",
"main": "index",
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "nyc npm test"
},
"directories": {
"lib": "./lib"
},
"files": [
"index.js",
"lib/"
],
"repository": "next-theme/hexo-generator-indexed",
"homepage": "https://github.com/next-theme/hexo-generator-indexed",
"keywords": [
"hexo",
"generator",
"index",
"home",
"sticky"
],
"author": "Tommy Chen <[email protected]> (http://zespia.tw)",
"maintainers": [
"Mimi <[email protected]> (https://zhangshuqiao.org)"
],
"license": "MIT",
"devDependencies": {
"chai": "4.4.1",
"eslint": "8.6.0",
"eslint-config-hexo": "5.0.0",
"hexo": "7.1.1",
"mocha": "10.4.0",
"nyc": "15.1.0"
},
"dependencies": {
"hexo-pagination": "3.0.0",
"timsort": "^0.3.0"
}
}