forked from henrikhb/bootstrap-4-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1023 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
36
{
"name": "bootstrap-4-gulp-4-sass",
"version": "1.0.0",
"description": "A Bootstrap v4 boilerplate with Sass, concatenation, minification, Browsersync, hot reloading and sourcemaps all managed by Gulp v.4.",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"author": "Matt Kohnen <me@mattkohnen.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/MattKohnen/bootstrap-4-gulp-4-sass"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"browser-sync": "^2.26.5",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-noop": "^1.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify-es": "^1.0.4",
"yargs": "^13.2.2"
},
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "1.9.1 - 3",
"popper.js": "^1.14.7"
}
}