-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 864 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
{
"name": "hexo-generator-index-i18n",
"version": "0.2.0",
"description": "I18n index generator plugin for Hexo",
"main": "index.js",
"scripts": {
"lint": "eslint . && echo 'ESLint Passed!\\n'",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xcatliu/hexo-generator-index-i18n.git"
},
"keywords": [
"hexo",
"generator",
"index",
"i18n",
"home"
],
"author": "xcatliu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xcatliu/hexo-generator-index-i18n/issues"
},
"homepage": "https://github.com/xcatliu/hexo-generator-index-i18n#readme",
"dependencies": {
"hexo-pagination": "^0.1.0"
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.1"
}
}