-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (54 loc) · 1.73 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
46
47
48
49
50
51
52
53
54
{
"name": "jekyll-foundation",
"version": "0.4.0",
"description": "Starting point for a Jekyll site that uses Zurb Foundation's Sass.",
"license": "MIT",
"main": "gulpfile.js",
"dependencies": {
"highlight.js": "^9.12.0",
"sass-burger": "^1.3.1"
},
"devDependencies": {
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoping": "^6.18.0",
"babel-plugin-transform-es2015-classes": "^6.18.0",
"babel-plugin-transform-es2015-destructuring": "^6.19.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-es2015-parameters": "^6.18.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.18.0",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.10.0",
"cross-spawn": "^5.0.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"js-yaml": "^3.5.4",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"yargs": "^6.4.0"
},
"scripts": {
"start": "gulp",
"build": "gulp build --production",
"test": "gulp build --production"
},
"repository": {
"type": "git",
"url": "https://github.com/core77/jekyll-foundation.git"
},
"bugs": {
"url": "https://github.com/core77/jekyll-foundation/issues"
}
}