-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.19 KB
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
{
"name": "jekyll-gulp-autoprefixer-concat-jshint-sass-bourbon-jade-browser-sync",
"version": "1.0.0",
"description": "A starter project for Jekyll, GulpJS, Autoprefixer, SASS, Bourbon, Jade, JShint & BrowserSync",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WebDesign Master",
"license": "ISC",
"devDependencies": {
"bourbon": "^4.2.6",
"browser-sync": "^2.11.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.5.1",
"jshint": "^2.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/agragregra/jekyll-gulp-autoprefixer-sass-bourbon-jade-browser-sync"
},
"keywords": [
"jekyll",
"gulp",
"sass",
"browsersync",
"bourbon",
"jade"
],
"bugs": {
"url": "https://github.com/agragregra/jekyll-gulp-autoprefixer-sass-bourbon-jade-browser-sync/issues"
},
"homepage": "https://github.com/agragregra/jekyll-gulp-autoprefixer-sass-bourbon-jade-browser-sync"
}