You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
525 B
22 lines
525 B
{ |
|
"name": "Quench", |
|
"version": "1.0.0", |
|
"description": "A Gulp file and project generator.", |
|
"main": "gulpfile.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"author": "Quench", |
|
"license": "ISC", |
|
"devDependencies": { |
|
"browser-sync": "2.6.5", |
|
"gulp-autoprefixer": "2.1.0", |
|
"gulp-cache": "0.2.8", |
|
"gulp-concat": "2.5.2", |
|
"gulp-imagemin": "2.2.1", |
|
"gulp-plumber": "1.0.0", |
|
"gulp-rename": "1.2.2", |
|
"gulp-sass": "1.3.3", |
|
"gulp": "3.8.11" |
|
} |
|
}
|
|
|