-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (56 loc) · 1.45 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
50
51
52
53
54
55
56
57
{
"name": "html-skeleton-gulp",
"version": "1.0.0",
"description": "gulp+less+html starter template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deicer/deicer-html-skeleton-gulp.git"
},
"keywords": [
"gulp"
],
"author": "deicer",
"license": "ISC",
"bugs": {
"url": "https://github.com/deicer/deicer-html-skeleton-gulp/issues"
},
"homepage": "https://github.com/deicer/deicer-html-skeleton-gulp#readme",
"devDependencies": {
"browser-sync": "^2.18.12",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cache": "^0.4.6",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.0",
"gulp-group-css-media-queries": "^1.2.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-less": "^3.3.0",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"imagemin-pngquant": "^5.0.1",
"node-sass": "^4.5.3",
"normalize.css": "^7.0.0",
"path": "^0.12.7",
"run-sequence": "^1.2.2",
"vinyl-ftp": "^0.6.0",
"yargs": "^8.0.1"
},
"dependencies": {
"bootstrap": "4.0.0-alpha.6",
"jquery": "^3.2.1"
}
}