-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
55 lines (55 loc) · 1.17 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
48
49
50
51
52
53
54
55
{
"name": "jekyll-doxy",
"version": "4.0.0",
"description": "Write the theme description",
"scripts": {
"dev": "gulp production",
"zip": "gulp zip"
},
"repository": {
"type": "git",
"url": "git://github.com/themeix/gulp-quickstart-pack.git"
},
"author": {
"name": "Themeix",
"email": "[email protected]",
"url": "https://themeix.com"
},
"keywords": [
"starter",
"template",
"themeix"
],
"bugs": {
"url": "https://github.com/themeix/gulp-quickstart-pack/issues"
},
"dependencies": {},
"devDependencies": {
"ansi-colors": "4.1.1",
"concat": "1.0.3",
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-clean": "0.4.0",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-copy": "4.0.1",
"gulp-inject": "5.0.5",
"gulp-jshint": "2.1.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "9.0.1",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.3",
"gulp-sass": "5.1.0",
"gulp-size": "4.0.1",
"gulp-terser": "2.1.0",
"gulp-uglify": "3.0.2",
"gulp-update": "0.0.2",
"gulp-zip": "5.1.0",
"jshint": "2.13.4",
"jshint-stylish": "2.2.1",
"run-sequence": "2.2.1",
"sass": "1.49.9"
},
"license": "MIT"
}