mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 05:15:40 -06:00
29 lines
742 B
JSON
29 lines
742 B
JSON
{
|
|
"name": "xevion.github.io",
|
|
"version": "0.0.0",
|
|
"description": "An aspiring full-stack software engineer's resume.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Xevion/xevion.github.io"
|
|
},
|
|
"homepage": "https://github.com/Xevion/xevion.github.io",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"start": "gulp serve --watch",
|
|
"build": "gulp build"
|
|
},
|
|
"author": "Brittany Chiang",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@nuscout/eslint-config": "^0.2.1",
|
|
"browser-sync": "^2.26.7",
|
|
"gulp": "^4.0.0",
|
|
"gulp-autoprefixer": "^7.0.0",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-eslint": "^6.0.0",
|
|
"gulp-imagemin": "6.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-uglify": "3.0.2"
|
|
}
|
|
}
|