-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 951 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": "firenze",
"version": "1.0.1",
"description": "Bootstrap 4.3.1 starter kit with Gulp, Scss compiler, auto refresh. browse sync and FTP upload on command.",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"author": "Abdel Oueryemchi - abdel.co.za",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.5",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-connect-php": "^1.0.3",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"jquery": "^3.4.0",
"popper.js": "1.15.0",
"vinyl-ftp": "^0.6.1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/oueryemchi/firenze.git"
},
"homepage": "https://bitbucket.org/oueryemchi/firenze#readme"
}