forked from devopsdays/devopsdays-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "devopsdays-examplesite",
"version": "1.0.0",
"description": "This is the example site for devopsdays.org",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/devopsdays/devopsdays-theme.git"
},
"bugs": {
"url": "https://github.com/devopsdays/devopsdays-theme/issues"
},
"author": "Matt Stratton",
"license": "MIT",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cache": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-hub": "^4.2.0",
"gulp-imagemin": "^5.0.0",
"gulp-img-retina": "0.0.4",
"gulp-rename": "^1.2.2",
"gulp-responsive": "^2.11.0",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "latest",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.5",
"gulp-util": "latest",
"gulp-watch": "^5.0.1",
"require-dir": "^1.0.0"
}
}