mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-09 16:07:46 -06:00
29 lines
829 B
JSON
29 lines
829 B
JSON
{
|
|
"name": "brittanychiang.com",
|
|
"version": "0.0.0",
|
|
"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"
|
|
},
|
|
"author": "Brittany Chiang",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.18.13",
|
|
"eslint-config-starry": "2.0.1",
|
|
"eslint-plugin-starry": "2.0.1",
|
|
"gulp": "3.9.1",
|
|
"gulp-autoprefixer": "^4.0.0",
|
|
"gulp-clean-css": "3.0.3",
|
|
"gulp-eslint": "3.0.1",
|
|
"gulp-imagemin": "3.1.1",
|
|
"gulp-sass": "^3.1.0",
|
|
"gulp-uglify": "2.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bchiang7/bchiang7.github.io"
|
|
},
|
|
"homepage": "https://github.com/bchiang7/bchiang7.github.io"
|
|
}
|