This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
63 lines (63 loc) · 1.52 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
56
57
58
59
60
61
62
63
{
"name": "gulp-site-generator",
"version": "0.3.2",
"description": "Static site generator using Gulp",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test",
"debug": "mocha --debug-brk gulp/tests/*.spec.js"
},
"keywords": [
"gulp",
"static",
"generator"
],
"author": "Matt Levy <ducksoupdev@gmail.com>",
"license": "ISC",
"dependencies": {
"bluebird": "3.5.0",
"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"
},
"devDependencies": {
"browser-sync": "2.18.13",
"chai": "4.1.1",
"eslint": "4.5.0",
"github-changes": "1.1.0",
"gulp-coveralls": "0.1.4",
"gulp-istanbul": "1.1.2",
"gulp-mocha": "3.0.1",
"mocha": "3.5.0",
"mockery": "2.1.0",
"sinon": "3.2.1"
}
}