-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"private": true,
"devDependencies": {
"browser-sync": "^2.12.3",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.4",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-csscomb": "^3.0.7",
"gulp-csso": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.2",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.3",
"gulp-uncss": "^1.0.5",
"gulp-useref": "^3.0.8",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"jshint-stylish": "^2.1.0",
"metalsmith": "^2.1.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-in-place": "^1.4.3",
"metalsmith-layouts": "^1.6.4",
"metalsmith-metadata": "0.0.4",
"node-libs-browser": "^1.0.0",
"opn": "^4.0.1",
"run-sequence": "^1.1.5",
"swig": "^1.4.2"
},
"scripts": {
"start": "gulp server",
"server": "gulp server",
"gulp": "gulp",
"build": "gulp",
"metalsmith": "metalsmith"
}
}