This repository was archived by the owner on Sep 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.3 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
{
"name": "gulp-site-generator-example",
"version": "0.1.0",
"description": "Gulp static site generator example",
"main": "gulpfile.js",
"author": "Matt Levy <ducksoupdev@gmail.com>",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"bluebird": "3.5.0",
"browser-sync": "2.18.13",
"downsize": "0.0.8",
"glob": "7.1.2",
"gulp": "3.9.1",
"gulp-compile-handlebars": "0.6.1",
"gulp-concat": "2.6.1",
"gulp-connect": "5.0.0",
"gulp-if": "2.0.2",
"gulp-markdown-to-json": "1.0.3",
"gulp-minify-css": "1.2.4",
"gulp-minify-html": "1.0.6",
"gulp-open": "2.0.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.6.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "3.0.0",
"gulp-uncss": "1.0.6",
"gulp-util": "3.0.8",
"handlebars": "4.0.10",
"imagemin-mozjpeg": "5.1.0",
"imagemin-optipng": "4.3.0",
"imagemin-pngquant": "4.2.0",
"lodash": "4.17.4",
"markdown-it": "8.4.0",
"marked": "0.3.6",
"minimist": "1.2.0",
"moment": "2.18.1",
"mout": "1.0.0",
"relative": "3.0.2",
"require-dir": "0.3.2",
"rss": "1.2.2",
"run-sequence": "2.1.0"
}
}