forked from probberechts/hexo-theme-cactus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 KB
/
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
41
42
43
44
45
46
47
{
"name": "hexo-theme-cactus",
"version": "3.0.0",
"description": "A responsive, clean and simple theme for Hexo.",
"main": "index.js",
"scripts": {
"lint": "gulp lint --silent",
"test": "gulp validate --silent",
"clean": "stylus-supremacy format source/css/**/*.styl --options .stylintrc -r"
},
"repository": {
"type": "git",
"url": "git+https://github.com/probberechts/cactus-dark.git"
},
"keywords": [
"Hexo",
"Theme",
"Cactus"
],
"author": "Pieter Robberechts",
"license": "MIT",
"bugs": {
"url": "https://github.com/probberechts/cactus-dark/issues"
},
"homepage": "https://github.com/probberechts/cactus-dark#readme",
"devDependencies": {
"del": "*",
"gulp": "^4.0.0",
"gulp-decompress": "*",
"gulp-download": "*",
"gulp-jshint": "*",
"gulp-stylint": "*",
"js-yaml": "*",
"jshint": "^2.9.6",
"jshint-stylish": "*",
"stylint": "*",
"stylint-stylish": "*",
"stylus-supremacy": "^2.12.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "*",
"clipboard": "^2.0.4",
"jquery": "^3.3.1",
"justifiedGallery": "^3.6.5",
"vazir-font": "*"
}
}