forked from udacity/frontend-nanodegree-mobile-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.49 KB
/
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
38
39
40
41
42
43
{
"name": "frontend-nanodegree-mobile-portfolio",
"version": "1.0.0",
"description": "Your challenge, if you wish to accept it (and we sure hope you will), is to optimize this online portfolio for speed! In particular, optimize the critical rendering path and make this page render as quickly as possible by applying the techniques you've picked up in the [Critical Rendering Path course](https://www.udacity.com/course/ud884).",
"main": "index.js",
"dependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.2",
"imagemin-pngquant": "^4.2.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-htmlmin": "^1.2.0",
"gulp-imagemin": "^2.3.0",
"gulp-inline-css": "^3.0.0",
"gulp-inline-source": "^2.1.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-rev-all": "^0.8.22",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.2",
"gulp-uncss": "^1.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmkemper/frontend-nanodegree-mobile-portfolio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pmkemper/frontend-nanodegree-mobile-portfolio/issues"
},
"homepage": "https://github.com/pmkemper/frontend-nanodegree-mobile-portfolio#readme"
}