-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 870 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 870 Bytes
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
{
"name": "hexo-generator-category-enhance",
"version": "0.1.6",
"description": "Category generator for Hexo.",
"main": "index",
"scripts": {
"eslint": "eslint .",
"jscs": "jscs ."
},
"directories": {
"lib": "./lib"
},
"repository": "pmtao/hexo-generator-category-enhance",
"homepage": "https://github.com/pmtao/hexo-generator-category-enhance",
"keywords": [
"hexo",
"generator",
"category"
],
"author": "pmtao <pmtao> (https://melerpaine.com)",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.6",
"eslint": "^1.10.3",
"eslint-config-hexo": "^1.0.2",
"hexo": "^3.1.1",
"jscs": "^2.9.0",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^2.4.5",
"istanbul": "^0.4.2"
},
"dependencies": {
"hexo-pagination": "0.0.2",
"object-assign": "^4.0.1"
}
}