I got a job!

This commit is contained in:
Brittany Chiang
2018-03-17 14:46:51 -04:00
parent 10bedfb574
commit d5f68ff788
16 changed files with 4470 additions and 2954 deletions

View File

@@ -1,7 +1,8 @@
{
"name": "brittanychiang.com",
"version": "0.0.0",
"description": "Design-minded front-end software engineer focused on building beautiful interfaces and experiences",
"description":
"Design-minded front-end software engineer focused on building beautiful interfaces and experiences",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -9,14 +10,13 @@
"author": "Brittany Chiang",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.21.0",
"eslint-config-starry": "7.0.0",
"eslint-plugin-starry": "5.0.0",
"@nuscout/eslint-config": "^0.2.1",
"browser-sync": "^2.23.6",
"gulp": "3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "3.9.0",
"gulp-eslint": "4.0.0",
"gulp-imagemin": "4.0.0",
"gulp-eslint": "4.0.2",
"gulp-imagemin": "4.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "3.0.0"
},