-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 871 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 871 Bytes
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
{
"name": "gulp-bootstrap-static-site-generator",
"version": "1.0.0",
"description": "Basic gulpfile for building static bootstrap sites.",
"main": "gulpfile.js",
"repository": {
"type": "git"
},
"keywords": [
"bootstrap",
"gulp"
],
"author": "Michael Becker",
"license": "MIT",
"devDependencies": {
"bootstrap-sass": "^3.3.5",
"browser-sync": "^2.11.0",
"del": "^2.2.0",
"cssnano": "^3.7.1",
"gulp-plumber": "^1.1.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"font-awesome": "^4.4.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-file-include": "^0.13.7",
"gulp-if": "^2.0.0",
"gulp-image-optimization": "^0.1.3",
"gulp-indexify": "^0.1.1",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.6",
"jquery": "^3.0.0"
}
}