-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
40 lines (40 loc) · 979 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
40
{
"name": "hexo-theme-cards",
"version": "1.5.1",
"description": "A Simple & Swift Theme for Hexo, designed as its name",
"main": "README.md",
"scripts": {
"dist": "npx gulp rmHexoConfig && npx gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrAlpha/hexo-theme-cards.git"
},
"keywords": [
"hexo",
"theme",
"cards",
"ChrAlpha"
],
"author": "ChrAlpha",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ChrAlpha/hexo-theme-cards/issues"
},
"homepage": "https://github.com/ChrAlpha/hexo-theme-cards#readme",
"dependencies": {
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-stylus": "^3.0.1"
},
"devDependencies": {
"del": "^5.1.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-stylus": "^2.7.0",
"gulp-uglify-es": "^2.0.0",
"stylus": "^0.63.0"
}
}