forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
{
"name": "mws-restaurant-stage-1",
"version": "1.0.0",
"description": "--- #### _Three Stage Course Material Project - Restaurant Reviews_",
"main": "gulpfile.js",
"dependencies": {
"@types/googlemaps": "^3.30.9",
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"connect": "^3.6.6"
},
"devDependencies": {
"@types/node": "^10.5.2",
"gulp-clean-css": "^3.9.4",
"gulp-minify": "^3.1.0",
"gulp-typescript": "^4.0.2",
"ts-loader": "^3.5",
"typescript": "^2.9.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.12.0",
"webpack-stream": "^4.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/braeutigamj/mws-restaurant-stage-1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/braeutigamj/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/braeutigamj/mws-restaurant-stage-1#readme"
}