-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1021 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
31
32
33
34
35
36
37
{
"name": "kutoft-portfolio",
"version": "1.0.0",
"description": "Portfolio for Kevin Utoft",
"main": "vendor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kevin Utoft",
"license": "ISC",
"devDependencies": {
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.1.0",
"gulp-filter": "^4.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-kit": "^0.3.0",
"gulp-livereload": "^3.8.1",
"gulp-main-bower-files": "^1.3.1",
"gulp-newer": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"imagemin-pngquant": "^4.2.2",
"node-bourbon": "^4.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kutoft/kutoft-portfolio.git"
},
"bugs": {
"url": "https://github.com/kutoft/kutoft-portfolio/issues"
},
"homepage": "https://github.com/kutoft/kutoft-portfolio#readme"
}