add gulp and gulp-image
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "citrus-slider-website", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"gulp": "^4.0.0", | ||
"gulp-image": "^4.3.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitea.iseardmedia.com/michael/Citrus-Slider-Website.git" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
} |
Please register or sign in to comment