-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 848 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
{
"name": "fend_portfolio",
"version": "1.0.0",
"description": "Submission for Udacity Front-End Web Developer Nanodegree Project 1",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-imagemin": "^2.3.0",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-newer": "^0.5.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-svgstore": "^5.0.2",
"gulp-uglify": "^1.4.0",
"imagemin-gifsicle": "^4.2.0",
"imagemin-jpegtran": "^4.3.0",
"imagemin-optipng": "^4.3.0",
"imagemin-svgo": "^4.1.2"
}
}