forked from certbot/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.2 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
{
"name": "certbot",
"version": "1.0.0",
"description": "Gulp build certbot.",
"scripts": {
"test": "htmlproofer ./_site --empty-alt-ignore true --only-4xx true --file-ignore /_site/docs/_modules/,./_site/docs/api/display.html,./_site/docs/contributing.html,./_site/docs/genindex.html,./_site/docs/intro.html,./_site/docs/py-modindex.html,./_site/docs/search.html,./_site/docs/api/log.html --allow-hash-href true"
},
"dependencies": {
"browser-sync": "^2.19.0",
"datatables.net": "^1.10.19",
"datatables.net-dt": "^1.10.19",
"del": "^2.2.0",
"fs": "0.0.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-css-globbing": "^0.2.2",
"gulp-environments": "^0.1.1",
"gulp-git": "^2.4.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^3.2.0",
"hogan.js": "^3.0.2",
"jquery": "~>3.4.0",
"json-loader": "^0.5.4",
"loader-utils": "^0.2.14",
"lodash": "^4.11.1",
"mustache": "^2.2.1",
"mustache-loader": "^1.4.1",
"raven-js": "^3.14.2",
"susy": "^2.2.12",
"webpack": "^1.13.0",
"webpack-require": "0.0.16"
}
}