forked from helm/helm-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 968 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
{
"name": "helm-docs",
"version": "0.0.1",
"description": "Helm Docs",
"main": "gulpfile.js/index.js",
"author": "Ronan Flynn-Curran",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/helm/helm-www"
},
"devDependencies": {
"del": "^5.0.0",
"foundation-sites": "^5.5.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-cache": "^1.1.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-foreach": "^0.1.0",
"gulp-git": "^2.9.0",
"gulp-imagemin": "^6.0.0",
"gulp-inject-string": "^1.1.2",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-string-replace": "^1.1.2",
"gulp-uglify": "^3.0.2",
"jshint": "^2.10.2",
"node-sass": "^4.12.0",
"streamqueue": "^1.1.2"
}
}