forked from ikeq/hexo-theme-inside
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 772 Bytes
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
{
"name": "hexo-theme-inside",
"version": "2.5.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",
"angular"
],
"author": "ikeq <ikeq@foxmail.com>",
"maintainers": [
"ikeq <ikeq@foxmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ikeq/hexo-theme-inside/issues"
},
"homepage": "https://github.com/ikeq/hexo-theme-inside#readme",
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"hexo": "4.0.0",
"jasmine": "3.5.0",
"terser": "4.4.0"
}
}