-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "impatient-jekyll",
"version": "0.0.0",
"description": "A starter project including full setup for Jekyll 3, GulpJS, SASS, BrowserSync, and Github pages",
"main": "gulpfile.js",
"engines": {
"node": "~5.11.1",
"npm": "~3.8.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "David Boureau",
"license": "WTFPL",
"devDependencies": {
"browser-sync": "2.12.8",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-clean-css": "2.0.8",
"gulp-concat": "2.6.0",
"gulp-gh-pages": "0.5.4",
"gulp-html-extract": "0.1.0",
"gulp-minify-html": "1.0.6",
"gulp-notify": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-sass": "2.3.1",
"gulp-uglify": "1.5.3",
"gulp-uncss": "1.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/bdavidxyz/impatient-jekyll.git"
},
"keywords": [
"jekyll",
"gulp",
"sass",
"js",
"browsersync",
"github",
"googlepagespeed"
],
"homepage": "https://github.com/bdavidxyz/impatient-jekyll/"
}