-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "yet-another-frontend-build-process",
"version": "1.2.4",
"description": "yet-another-frontend-build-process.",
"author": {
"name": "Kolja Kutschera",
"url": "koljakutschera.de"
},
"url": "http://koljakutschera.de",
"license": "MIT License",
"keywords": [
"frontend",
"build",
"process",
"yafbp"
],
"devDependencies": {
"accounting": "^0.4.1",
"cors-anywhere": "^0.4.0",
"del": "^2.2.2",
"front-matter": "^2.1.0",
"gulp": "^3.9.1",
"gulp-connect": "^2.3.1",
"gulp-cssnano": "^2.1.0",
"gulp-data": "^1.2.1",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^2.4.0",
"gulp-include": "^2.1.0",
"gulp-less": "^3.1.0",
"gulp-nunjucks": "^2.2.0",
"gulp-open": "^1.0.0",
"gulp-plumber": "^1.0.0",
"gulp-purifycss": "^0.2.0",
"gulp-sitemap": "^4.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"imagemin-pngquant": "^4.2.0",
"less-plugin-autoprefix": "^1.5.1",
"lodash": "^4.16.1",
"moment": "^2.15.1",
"ngrok": "^2.2.3",
"nunjucks": "^2.5.2",
"psi": "^2.0.4",
"underscore": "^1.8.3"
}
}