-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (40 loc) · 1.06 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
{
"name": "gulp-swig-webpack-browsersync-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Martin Schwenzer",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Metis77/gulp-swig-webpack-browsersync-boilerplate"
},
"devDependencies": {
"browser-sync": "^2.7.13",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-gm": "0.0.8",
"gulp-htmlmin": "^1.2.0",
"gulp-inline-resize": "^0.1.7",
"gulp-newer": "^0.5.1",
"gulp-sass": "^2.0.4",
"gulp-swig": "^0.7.4",
"gulp-uglify": "^1.2.0",
"merge-stream": "^1.0.0",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.2.0",
"autoprefixer": "^6.5.1",
"bower": "^1.7.9",
"bower-installer": "^1.2.0",
"browser-sync": "^2.11.0",
"cssnano": "^3.7.7",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.2.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.1.1",
"gulp-util": "^3.0.7",
"webpack": "^1.12.9"
}
}