Files
old.xevion.github.io/package.json
Brittany Chiang 2d0953cc4b update templates
2017-12-21 18:18:39 -08:00

29 lines
828 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.20.0",
"eslint-config-starry": "7.0.0",
"eslint-plugin-starry": "5.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "3.9.0",
"gulp-eslint": "4.0.0",
"gulp-imagemin": "4.0.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bchiang7/bchiang7.github.io"
},
"homepage": "https://github.com/bchiang7/bchiang7.github.io"
}