-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.27 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
47
48
49
50
{
"name": "restaurant-reviews",
"version": "1.0.0",
"description": "Find good eats!",
"main": "js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Piinks/MobileWebSpecialistND.git"
},
"keywords": [
"Udacity",
"Google",
"Mobile"
],
"author": "Kate Lovett",
"license": "ISC",
"bugs": {
"url": "https://github.com/Piinks/MobileWebSpecialistND/issues"
},
"homepage": "https://github.com/Piinks/MobileWebSpecialistND#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"eslint": "^5.8.0",
"eslint-config-google": "^0.11.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-cache": "^1.0.2",
"gulp-clean-css": "^3.10.0",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-uglify": "^3.0.1",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.8",
"gulp-webp": "^3.0.0",
"uglify-es": "^3.3.9"
},
"dependencies": {
"idb": "^2.1.3"
}
}