forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 925 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
37
38
{
"name": "restaurants",
"version": "1.0.0",
"description": "offline progressive web app showing a list of restaurants",
"homepage" : "https://abdoutelb.github.io/restaurants/",
"main": "index.html",
"dependencies": {
"echo-js": "^1.7.3",
"gulp": "^3.9.1",
"gulp-connect": "^5.5.0",
"gulp-watch": "^5.0.0",
"gulp-webp": "^3.0.0",
"vanilla-lazyload": "^8.7.1"
},
"devDependencies": {
"gulp-clean-css": "^3.9.4",
"gulp-minify": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abdoutelb/restaurants.git"
},
"keywords": [
"pwa",
"offline",
"sw",
"js"
],
"author": "Abdoutelb",
"license": "ISC",
"bugs": {
"url": "https://github.com/abdoutelb/restaurants/issues"
},
"homepage": "https://github.com/abdoutelb/restaurants#readme"
}