forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "mws-restaurant-stage-1",
"version": "1.0.0",
"description": "--- #### _Three Stage Course Material Project - Restaurant Reviews_",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mglezsosa/mws-restaurant-stage-1.git"
},
"author": "Miguel González <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mglezsosa/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/mglezsosa/mws-restaurant-stage-1#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.5",
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-mkdir": "~0.1.2",
"grunt-responsive-images": "^0.1.6",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0"
},
"dependencies": {
"critical": "^1.3.4"
}
}