mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 05:15:40 -06:00
32 lines
701 B
JSON
32 lines
701 B
JSON
{
|
|
"name": "v2",
|
|
"author": "Brittany Chiang",
|
|
"version": "0.0.0",
|
|
"description": "Personal website of Brittany Chiang",
|
|
"main": "gulpfile.js",
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"browser-sync": "^2.18.2",
|
|
"gulp": "^3.8.8",
|
|
"gulp-autoprefixer": "3.1.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-imagemin": "^3.1.1",
|
|
"gulp-jshint": "^2.0.4",
|
|
"gulp-sass": "^2.1.0",
|
|
"jshint": "^2.9.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bchiang7/bchiang7.github.io"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"jekyll",
|
|
"gulp",
|
|
"sass",
|
|
"browsersync"
|
|
]
|
|
}
|