mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 05:15:40 -06:00
29 lines
793 B
JSON
29 lines
793 B
JSON
{
|
|
"name": "brittanychiang.com",
|
|
"version": "0.0.0",
|
|
"description": "Design-minded front-end software engineer focused on building beautiful interfaces and experiences",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bchiang7/bchiang7.github.io"
|
|
},
|
|
"homepage": "https://github.com/bchiang7/bchiang7.github.io",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"start": "gulp serve",
|
|
"build": "gulp build"
|
|
},
|
|
"author": "Brittany Chiang",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@nuscout/eslint-config": "^0.2.1",
|
|
"browser-sync": "^2.26.7",
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^6.1.0",
|
|
"gulp-clean-css": "^3.10.0",
|
|
"gulp-eslint": "^6.0.0",
|
|
"gulp-imagemin": "6.0.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-uglify": "3.0.2"
|
|
}
|
|
}
|