-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1012 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
{
"name": "blog-theme-turboc",
"version": "1.0.0",
"description": "Turbo C/C++ Web Theme",
"repository": {
"type": "git",
"url": "https://github.com/fatihtatoglu/blog-theme-turboc.git"
},
"contributors": [
"Fatih Tatoğlu <https://github.com/fatihtatoglu>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fatihtatoglu/blog-theme-turboc/issues"
},
"homepage": "https://github.com/fatihtatoglu/blog-theme-turboc#readme",
"devDependencies": {
"clean-css": "^5.2.4",
"glob-parent": "^6.0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-version-number": "^0.2.4",
"postcss": "^8.4.6",
"sass": "^1.49.7"
},
"dependencies": {
"mustache": "^4.2.0",
"normalize.css": "^8.0.1"
}
}