-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.78 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": "hugo-foundation-sass",
"version": "4.0.0",
"description": "A Hugo starter theme using Foundation 6",
"repository": {
"type": "git",
"url": "https://github.com/jessest/hugo-foundation-sass.git"
},
"author": "Jesse Stewart",
"license": "GPL-2.0 AND MIT",
"homepage": "https://github.com/jessest/hugo-foundation-sass",
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"browser-sync": "^2.11.0",
"gulp": "~3.9.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^6.1.2",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.5.2",
"gulp-cssnano": "^2.1.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5"
},
"dependencies": {
"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-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.18.2",
"es6-promise": "~4.0.5",
"gulp": "~3.9.1",
"gulp-autoprefixer": "~3.1.1",
"gulp-babel": "~6.1.2",
"gulp-bower": "0.0.13",
"gulp-concat": "~2.6.1",
"gulp-cssnano": "~2.1.2",
"gulp-plumber": "~1.1.0",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.3.2",
"gulp-sourcemaps": "~1.9.1",
"gulp-uglify": "~2.0.0",
"gulp-util": "~3.0.7"
}
}