-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
35 lines (35 loc) · 987 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
35
{
"name": "template-fooddelivery-bootstrap-html",
"version": "1.0.0",
"description": "Food Delivery HTML Template",
"author": "Sal",
"license": "MIT",
"homepage": "https://bootstrapstarter.com/bootstrap-templates/template-fooddelivery-bootstrap-html/",
"repository": {
"type": "git",
"url": "https://github.com/wowthemesnet/template-fooddelivery-bootstrap-html.git"
},
"scripts": {
"start": "gulp",
"dev": "gulp serve",
"prod": "cross-env NODE_ENV=prod gulp"
},
"devDependencies": {
"bootstrap": "^4.4.1",
"browser-sync": "^2.26.3",
"cross-env": "^7.0.2",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-html-partial": "^1.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-js-import": "^1.0.6",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2"
},
"dependencies": {}
}