forked from udacity/frontend-nanodegree-mobile-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 998 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
{
"name": "frontend-nanodegree-mobile-portfolio",
"version": "1.0.0",
"description": "Udacity FEN P4",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arudan/frontend-nanodegree-mobile-portfolio.git"
},
"author": "Alberto Francesco Motta",
"license": "ISC",
"bugs": {
"url": "https://github.com/Arudan/frontend-nanodegree-mobile-portfolio/issues"
},
"homepage": "https://github.com/Arudan/frontend-nanodegree-mobile-portfolio#readme",
"devDependencies": {
"browser-sync": "^2.9.11",
"del": "^0.1.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-htmlmin": "^1.2.0",
"gulp-imagemin": "^2.3.0",
"gulp-inline-source": "^2.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.0.1",
"gulp-webp": "^2.1.1",
"ngrok": "^0.1.8",
"psi": "^2.0.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.4"
}
}