-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.json
37 lines (37 loc) · 852 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
{
"name": "hexo-theme-inside",
"version": "2.7.1",
"description": "SPA, flat and clean theme for Hexo.",
"scripts": {
"test": "jasmine --config=test/jasmine.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ikeq/hexo-theme-inside.git"
},
"keywords": [
"hexo",
"hexo theme",
"spa"
],
"author": "ikeq <[email protected]>",
"maintainers": [
"ikeq <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ikeq/hexo-theme-inside/issues"
},
"homepage": "https://github.com/ikeq/hexo-theme-inside#readme",
"dependencies": {
"html-to-text": "^9.0.5",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0"
},
"devDependencies": {
"cheerio": "^1.0.0",
"hexo": "^7.3.0",
"jasmine": "^5.3.0",
"terser": "^5.32.0"
}
}