forked from ikeq/hexo-theme-inside
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 922 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
{
"name": "hexo-theme-inside",
"version": "2.7.0",
"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",
"angular"
],
"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": "8.2.0",
"markdown-it": "13.0.0",
"markdown-it-container": "3.0.0"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"cheerio": "1.0.0-rc.10",
"hexo": "6.1.0",
"jasmine": "4.1.0",
"terser": "4.8.0"
}
}