-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 916 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": "markdown_blog",
"version": "1.0.0",
"description": "Markdown based blog",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://gitlab.com:htdutchy/markdown_blog.git"
},
"keywords": [
"gulp",
"boilerplate",
"html",
"css",
"javascript"
],
"author": "@htdutchy",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com:htdutchy/markdown_blog/issues"
},
"homepage": "https://gitlab.com:htdutchy/markdown_blog#readme",
"devDependencies": {
"autoprefixer": "^9.7.3",
"browser-sync": "^2.26.7",
"caniuse-lite": "^1.0.30001015",
"child_process": "^1.0.2",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"node-sass": "^7.0.0",
"replace-in-file": "^4.2.0"
}
}