forked from bchiang7/bchiang7.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 800 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"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 --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"
}
}