forked from udacity/mws-restaurant-stage-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "restaurant-reviews",
"version": "1.0.0",
"description": "Restaurant Review Stage 3",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diptinayan/mws-restaurant-stage-3.git"
},
"author": "Dipti",
"email": "[email protected]",
"bugs": {
"url": "https://github.com//diptinayan/mws-restaurant-stage-3/issues"
},
"homepage": "https://github.com/diptinayan/mws-restaurant-stage-3#readme",
"dependencies": {
"gulp-autoprefixer": "^5.0.0",
"gulp-minify-css": "^1.2.4",
"idb": "^2.1.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.24.6",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-bro": "^1.0.3",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-flatmap": "^1.0.2",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-inline-source": "^3.2.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.3.0",
"gulp-rev": "^8.1.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-usemin": "^0.3.29",
"gulp-webp": "^3.0.0",
"merge-stream": "^1.0.1",
"sw-precache": "^5.2.1"
},
"keywords": [
"Javascript",
"Gulp",
"HTML5",
"Nodejs",
"PWA"
]
}