-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 879 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
{
"name": "20-mile-head-start",
"version": "1.0.0",
"description": "A modern, Gulp-based front end development build process for HTML, CSS, and JS websites",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp-concat": "^2.6.1",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-htmlclean": "^2.7.22",
"gulp-newer": "^1.4.0",
"gulp-deporder": "^1.2.0",
"gulp-plumber": "^1.2.1",
"gulp-jshint": "^2.1.0",
"gulp-pug": "^4.0.1",
"gulp-uglify": "^3.0.2",
"gulp-sass": "^4.0.2",
"gulp-strip-debug": "^3.0.0",
"gulp-size": "^3.0.0",
"gulp-pleeease": "^2.0.2",
"jshint": "^2.11.0",
"jshint-stylish": "^2.2.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brian Haferkamp",
"license": "MIT"
}