-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.1 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "html-starter-theme",
"version": "1.0.0",
"author": "Tadej Fuks",
"description": "html boilerplate starter theme with Bootstrap 4 and jQuery",
"repository": {
"type": "git",
"url": "https://github.com/tadejf84/HTML-starter-theme"
},
"license": "GPL-3.0",
"engines": {
"node": ">= 4.5"
},
"scripts": {
"postinstall": "gulp copy-assets"
},
"keywords": [
"theme",
"framework",
"bootstrap",
"jQuery",
"gulp"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.4",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.0",
"gulp-rev": "^8.1.1",
"gulp-sass": "^4.0.1",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"jshint": "^2.9.5"
},
"dependencies": {
"bootstrap": "^4.1.1",
"jquery": "^3.3.1"
}
}