Files
old.xevion.github.io/package.json
2016-12-14 20:32:17 -05:00

34 lines
762 B
JSON

{
"name": "v2",
"author": "Brittany Chiang",
"version": "0.0.0",
"description": "Personal website of Brittany Chiang",
"main": "gulpfile.js",
"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.3.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"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jekyll",
"gulp",
"sass",
"browsersync"
]
}