-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"name": "ud-mws-restaurant",
"version": "1.0.0",
"description": "This project contains the code for restaurant app which is part of Udacity web speacialist course. The app is meant to follow all aspect of progressive app.",
"main": "sw.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ansarimofid/ud-mws-restaurant.git"
},
"author": "ansarimofid",
"license": "ISC",
"bugs": {
"url": "https://github.com/ansarimofid/ud-mws-restaurant/issues"
},
"homepage": "https://github.com/ansarimofid/ud-mws-restaurant#readme",
"devDependencies": {
"browser-sync": "^2.23.6",
"compression": "^1.7.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-htmlclean": "^2.7.16",
"gulp-imagemin": "^4.1.0",
"gulp-inject": "^4.3.0",
"gulp-jsmin": "^0.1.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-webp": "^3.0.0"
},
"dependencies": {
"gulp-htmlmin": "^4.0.0"
}
}