-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "food-search",
"version": "1.0.0",
"description": "",
"main": "server/app.js",
"scripts": {
"dev": "gulp --env=dev",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viniciusmeneses/food-search.git"
},
"author": "Vinicius Meneses <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/viniciusmeneses/food-search/issues"
},
"homepage": "https://github.com/viniciusmeneses/food-search#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-environment": "^1.5.2",
"gulp-htmlhint": "^2.2.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"gulp-wait": "0.0.2",
"gulp-watch": "^5.0.1",
"gulp-webserver": "^0.9.1",
"jshint": "^2.9.6",
"lodash": "^4.17.11",
"minimatch": "^3.0.4"
},
"dependencies": {
"axios": "^0.18.0",
"event-stream": "^3.3.4",
"express": "^4.16.4"
}
}