forked from volantis-x/hexo-theme-volantis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 730 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
{
"name": "hexo-theme-volantis",
"version": "5.7.7",
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"scripts": {
"test": "echo test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volantis-x/hexo-theme-volantis.git"
},
"keywords": [
"hexo",
"theme",
"volantis"
],
"author": "Volantis X (https://github.com/volantis-x/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/volantis-x/hexo-theme-volantis/issues"
},
"homepage": "https://volantis.js.org",
"dependencies": {
"hexo": "^6.3.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-generator-json-content": "^4.2.3"
}
}