-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 956 Bytes
/
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
{
"name": "proyect-restaurant-review",
"version": "1.0.0",
"description": "---\r #### _Three Stage Course Material Project - Restaurant Reviews_",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/udacity/mws-restaurant-stage-1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/udacity/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/udacity/mws-restaurant-stage-1#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.4",
"gulp-gzip": "^1.4.2",
"gulp-responsive": "^2.10.0",
"gulp-uglifyes": "^0.1.3"
},
"dependencies": {
"help": "^3.0.2"
}
}