-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
38 lines (38 loc) · 909 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
33
34
35
36
37
38
{
"private": "true",
"engines": {
"node": ">=0.10.0",
"npm": ">=2.5.0"
},
"dependencies": {
"bootstrap": "3.3.4",
"jquery": "2.1.3"
},
"devDependencies": {
"browser-sync": "^2.5.3",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.8",
"gulp-cloudfront": "^0.0.14",
"gulp-concat": "^2.5.2",
"gulp-csscomb": "^3.0.3",
"gulp-cssmin": "^0.1.6",
"gulp-gh-pages": "^0.5.0",
"gulp-htmlmin": "^1.1.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^1.0.0",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^0.9.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"merge-stream": "^0.1.7",
"minimist": "^1.1.1",
"psi": "^1.0.6",
"run-sequence": "^1.0.2"
}
}