-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "easytemplate",
"version": "1.1.1",
"description": "Quick start template based on simple BoilerPlate + Bootstrap + Scss + Gulp",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timonbandit/easytemplate.git"
},
"author": "timonbandit",
"license": "ISC",
"bugs": {
"url": "https://github.com/timonbandit/easytemplate/issues"
},
"homepage": "https://github.com/timonbandit/easytemplate#readme",
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.11.1",
"del": ">=2.1.0",
"gh-pages": "^1.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": ">=2.6.0",
"gulp-csso": ">=1.0.1",
"gulp-imagemin": ">=2.4.0",
"gulp-less": ">=3",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^3.1.0",
"gulp-scp2": "^0.2.0",
"gulp-uglify": ">=1.5.0",
"imagemin-optipng": ">=4.3.0",
"imagemin-pngquant": ">=4.2.0"
},
"private": true
}