forked from cameronwp/udportfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 984 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
{
"name": "udportfolio",
"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": "git+https://github.com/matheusdarosa/udportfolio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/matheusdarosa/udportfolio/issues"
},
"homepage": "https://github.com/matheusdarosa/udportfolio#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-imagemin": "^2.3.0",
"gulp-minify-css": "^1.2.1",
"gulp-uglify": "^1.4.1",
"imagemin-pngquant": "^4.2.0"
}
}