-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "gulp-boilerplate",
"version": "0.0.0",
"description": "",
"private": true,
"author": "Jovani Warguez",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/jovanidash21/gulp-boilerplate.git"
},
"scripts": {
"start": "gulp",
"build": "gulp --production",
"dev": "gulp watch"
},
"devDependencies": {
"asset-builder": "^1.1.0",
"bower": "^1.8.0",
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.6",
"gulp-changed": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^3.1.0",
"gulp-flatten": "^0.3.1",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.2.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.3.0",
"gulp-rev": "^7.1.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-strip-comments": "^2.4.5",
"gulp-uglify": "^2.1.2",
"gulp-webserver": "^0.9.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.1",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"wiredep": "^4.0.0",
"yargs": "^8.0.1"
}
}