forked from devopsdays/devopsdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 880 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
{
"name": "devopsdays-web",
"version": "2.0.0",
"description": "The website for devopsdays.org",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/devopsdays/devopsdays-web.git"
},
"author": "Matt Stratton",
"license": "MIT",
"bugs": {
"url": "https://github.com/devopsdays/devopsdays-web/issues"
},
"homepage": "https://github.com/devopsdays/devopsdays-web#readme",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-img-retina": "0.0.4",
"gulp-responsive": "^2.7.0",
"gulp-rev": "^8.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-useref": "^3.1.2",
"require-dir": "^0.3.0",
"run-sequence": "^2.0.0"
}
}