forked from Eworm/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 KB
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
{
"name": "HTML-template",
"version": "1.0.0",
"private": true,
"description": "blabla",
"homepage": "http://www.woutmager.nl",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-concat-util": "^0.5.5",
"gulp-cssnano": "^2.1.3",
"gulp-filter": "^6.0.0",
"gulp-livereload": "^4.0.2",
"gulp-load-plugins": "^2.0.2",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.0.2",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^3.0.0",
"gulp-terser": "^1.2.0",
"gulp-watch": "^5.0.1",
"tiny-lr": "1.1.1",
"vinyl": "^2.2.0"
},
"main": "index.js",
"repository": "git@github.com:Eworm/template.git",
"author": "Wout <wout@woutmager.nl>",
"license": "MIT",
"dependencies": {
"LABjs": "https://github.com/getify/LABjs",
"easy-autocomplete": "^1.3.5",
"normalize-scss": "^7.0.1",
"vanilla-lazyload": "^17.1.2"
},
"browserslist": [
"last 2 versions"
]
}