-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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": "raw-project",
"version": "1.0.0",
"description": "Project boilerplate",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mario Loncarek",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-css-gsub": "^2.6.0",
"gulp-cssbeautify": "^0.1.3",
"gulp-csscomb": "^3.0.8",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^2.0.4",
"gulp-order": "^1.1.1",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sitemap": "^4.2.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-svg-sprite": "^1.3.6",
"gulp-uglify": "^2.0.1",
"gulp-w3cjs": "^1.3.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"vinyl-paths": "^2.1.0"
}
}