forked from theme-next/hexo-theme-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 991 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
{
"name": "hexo-theme-next",
"version": "7.4.0",
"description": "Elegant and powerful theme for Hexo",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theme-next/hexo-theme-next.git"
},
"keywords": [
"hexo",
"theme",
"next"
],
"author": "NexT <[email protected]> (https://theme-next.org)",
"license": "AGPL",
"bugs": {
"url": "https://github.com/theme-next/hexo-theme-next/issues"
},
"homepage": "https://theme-next.org",
"devDependencies": {
"all-contributors-cli": "^6.8.1",
"coffeescript": "^2.4.1",
"eslint": "^6.2.0",
"eslint-config-theme-next": "^1.1.2",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-shell": "^0.7.1",
"js-yaml": "^3.13.1",
"stylint": "^2.0.0"
}
}