forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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": "restaurant-reviews",
"version": "2.0.0",
"description": "Find restaurants with reviews in your area.",
"main": "dist/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digilou/mws-restaurant-stage-1.git"
},
"keywords": [
"google",
"maps",
"restaurant",
"api"
],
"author": "Amy Carney",
"license": "MIT",
"bugs": {
"url": "https://github.com/digilou/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/digilou/mws-restaurant-stage-1#readme",
"dependencies": {
"npm": "^6.3.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.6",
"eslint": "^5.3.0",
"eslint-config-google": "^0.9.1",
"gulp": "3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-jasmine-phantom": "^3.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"imagemin-pngquant": "^6.0.0"
}
}