configure

This commit is contained in:
bchiang7
2016-12-08 22:38:20 -05:00
parent 90d6cec3a4
commit ea789e0928
261 changed files with 19388 additions and 0 deletions

34
package.json Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "Brittany Chiang",
"version": "0.0.0",
"description": "Personal website of Brittany Chiang",
"main": "gulpfile.js",
"author": "Brittany Chiang",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.18.2",
"gulp": "^3.8.8",
"gulp-autoprefixer": "3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.1.1",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^2.0.4",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4"
},
"repository": {
"type": "git",
"url": "https://github.com/bchiang7/bchiang7.github.io"
},
"keywords": [
"jekyll",
"gulp",
"sass",
"browsersync"
],
"homepage": "https://github.com/shakyShane/jekyll-gulp-sass-browser-sync"
}