forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 986 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
{
"name": "mws-restaurant-stage-1",
"version": "1.0.0",
"description": "--- #### _Three Stage Course Material Project - Restaurant Reviews_",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhowardjr/mws-restaurant-stage-1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jhowardjr/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/jhowardjr/mws-restaurant-stage-1#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.4",
"compression": "^1.7.2",
"critical": "^1.3.3",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-responsive": "^2.10.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0"
},
"dependencies": {
"idb": "^2.1.2"
}
}