forked from zachalbert/zachalbert.com_v6-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 786 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
29
30
{
"version": "6.0.0",
"private": true,
"name": "ZacHalbert.com",
"description": "Personal website of Zac Halbert",
"repository": "https://github.com/zachalbert/zachalbert.com_v6",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.12",
"browser-sync": "^1.7.1",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.10",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.2.0",
"gulp-filter": "^1.0.2",
"gulp-gh-pages": "^0.4.0",
"gulp-minify-css": "^0.3.7",
"gulp-notify": "^1.8.0",
"gulp-plumber": "^0.6.5",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.3",
"gulp-uglify": "^1.0.0",
"main-bower-files": "^2.4.1"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "gulp"
}
}