-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
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-applin",
"version": "2.0.1",
"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": "support@themeix.com",
"url": "https://themeix.com"
},
"keywords": [
"starter",
"template",
"themeix"
],
"bugs": {
"url": "https://github.com/themeix/gulp-quickstart-pack/issues"
},
"dependencies": {
"concat": "^3.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"fs": "0.0.2",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-size": "^3.0.0",
"gulp-zip": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-terser": "^1.4.1",
"ansi-colors": "^3.2.4",
"jshint": "^2.13.6",
"jshint-stylish": "^2.2.1",
"run-sequence": "^2.2.1",
"gulp-copy": "^5.0.0",
"gulp-string-replace": "^1.1.2",
"gulp-inject": "^5.0.5",
"del": "^8.0.0"
},
"devDependencies": {
"gulp": "^5.0.0",
"node-sass": "^9.0.0"
},
"license": "MIT"
}