forked from iissnan/hexo-theme-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 853 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
{
"name": "hexo-theme-next",
"version": "5.1.4",
"description": "Elegant theme for Hexo",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iissnan/hexo-theme-next.git"
},
"keywords": [
"NexT",
"Hexo"
],
"author": "iissnan <[email protected]>",
"maintainers": [
"Ivan Nginx <[email protected]> (https://almostover.ru)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iissnan/hexo-theme-next/issues"
},
"homepage": "https://theme-next.iissnan.com",
"devDependencies": {
"coffee-script": "^1.10.0",
"gulp": "^3.9.0",
"gulp-jshint": "^1.12.0",
"gulp-shell": "^0.6.1",
"js-yaml": "^3.8.1",
"jshint-stylish": "^2.1.0",
"stylint": "^1.5.9"
}
}