-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 1018 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
{
"name": "git_hub_pages_jekyll_gulp",
"version": "1.0.0",
"description": "GitHub Pages Jekyll Gulp build system & task runner",
"main": "site.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mike Boardley",
"license": "ISC",
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"bourbon": "^4.2.7",
"browser-sync": "^2.16.0",
"font-awesome": "^4.7.0",
"glixer-dep": "git+https://github.com/M-C-C/glixer-dep.git",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-image-optimization": "^0.1.3",
"gulp-jsbeautifier": "^2.0.4",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"jquery": "^3.1.1",
"jshint": "^2.9.3",
"node-neat": "^1.7.2",
"streamqueue": "^1.1.1"
}
}