-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
29 lines (29 loc) · 847 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
{
"name": "bootstrap-4-boiler-plate",
"version": "1.0.0",
"description": "a bootstrap 4 boiler plate with sass, concatenation, minification, autoprefixer, sourcemaps, browser-sync, git and gulp task runner",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"author": "wapbamboogie",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/wapbamboogie/bootstrap-4-boilerplate"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-html-replace": "^1.6.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0"
},
"dependencies": {}
}