-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·55 lines (55 loc) · 1.22 KB
/
package.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.22 KB
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-eduzone",
"version": "1.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": "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": "^6.1.0",
"gulp-clean-css": "^4.2.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.0.0",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-zip": "^5.0.0",
"gulp-uglify": "^3.0.2",
"gulp-terser": "^1.2.0",
"ansi-colors": "^3.2.4",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"run-sequence": "^2.2.1",
"gulp-copy": "^4.0.1",
"gulp-string-replace": "^1.1.2",
"gulp-inject": "^5.0.2",
"del": "^4.1.1"
},
"devDependencies": {
"gulp": "^4.0.0",
"node-sass": "^4.10.0"
},
"license": "MIT"
}