forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 954 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
{
"name": "mws-restaurant-stage-1",
"version": "1.0.0",
"description": "---\r #### _Three Stage Course Material Project - Restaurant Reviews_",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MostafaSalama/mws-restaurant-stage-1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MostafaSalama/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/MostafaSalama/mws-restaurant-stage-1#readme",
"devDependencies": {
"browser-sync": "^2.23.6",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-imagemin": "^4.1.0",
"gulp-minify": "^2.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"sw-precache": "^5.2.1",
"uglify-es": "^3.3.9"
},
"dependencies": {}
}