-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "mws-restaurant-stage-1",
"version": "1.0.0",
"description": "This is my project for the mobile web specialist udacity nanodegree program",
"main": "index.html",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mas-designs/mws-restaurant-stage-1.git"
},
"keywords": [
"restaurant-review-app",
"udacity",
"restaurant",
"review",
"app",
"mobile-web-specialist",
"google"
],
"author": "michael alexander stadler",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/mas-designs/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/mas-designs/mws-restaurant-stage-1#readme",
"devDependencies": {
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.3",
"gulp-htmlclean": "^2.7.22",
"gulp-htmlmin": "^4.0.0",
"gulp-jsmin": "^0.1.5",
"gulp-minify": "^2.1.0"
}
}