-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 849 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 849 Bytes
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
{
"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.24.5",
"del": "^3.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-html-replace": "^1.6.2",
"gulp-rename": "^1.3.0",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0"
},
"dependencies": {
"gulp": "^3.9.1"
}
}