forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "mws-restaurant-stage-1",
"version": "1.0.0",
"description": "mws stage2",
"main": "sw.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MennaEssa/mws-restaurant-stage-1.git"
},
"keywords": [
"mws",
"stage2"
],
"author": "menna",
"license": "ISC",
"bugs": {
"url": "https://github.com/MennaEssa/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/MennaEssa/mws-restaurant-stage-1#readme",
"devDependencies": {
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"gulp-webp": "^3.0.0"
},
"dependencies": {
"cssnano": "^4.0.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-csso": "^3.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-minify": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"imagemin-jpeg-recompress": "^5.1.0",
"pump": "^3.0.0"
}
}