-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
28 lines (28 loc) · 927 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": "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",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "na"
},
"author": "J.G.Roeder",
"license": "ISC",
"bugs": {
"url": "na"
},
"homepage": "na",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-cssmin": "^0.1.6",
"gulp-htmlmin": "^1.0.0",
"gulp-imagemin": "^2.1.0",
"gulp-inline": "0.0.8",
"gulp-minify-inline": "^0.1.0",
"gulp-uglify": "^1.1.0"
}
}