-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 876 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
{
"name": "jekyll-boilerplate",
"version": "0.1.0",
"description": "Jekyll Boilerplate",
"scripts": {
"preinstall": "bundle install",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/niceagency/jekyll-boilerplate.git"
},
"author": "Piotr Lewandowski",
"devDependencies": {
"bootstrap": "^4.0.0-alpha.2",
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"fastclick": "^1.0.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.7",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.2.0",
"gulp-scss-lint": "^0.3.9",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"run-sequence": "^1.1.5"
}
}