UNPKG

sekrab-gulpbin

Version:

sekrab gulp tasks shared amongst shut cricket and other libs

41 lines (40 loc) 1.14 kB
{ "name": "sekrab-gulpbin", "version": "4.3.1", "description": "sekrab gulp tasks shared amongst shut cricket and other libs", "main": "gulpfile.js/index.js", "dependencies": { "browserslist": ">=4.23.3", "glob-parent": "^6.0.2", "gulp": "^5.0.0", "gulp-autoprefixer": "^9.0.0", "gulp-clean-css": "^4.3.0", "gulp-concat": "^2.6.1", "gulp-if": "^3.0.0", "gulp-inject": "^5.0.5", "gulp-less": "^5.0.0", "gulp-rename": "^2.0.0", "gulp-replace": "^1.1.4", "gulp-uglify": "^3.0.2", "minimist": "^1.2.8", "tslib": "^2.7.0" }, "scripts": { "public": "npm publish --access public", "install": "npm install --save gulp gulp-autoprefixer gulp-concat gulp-clean-css gulp-inject gulp-less gulp-rename gulp-transform gulp-uglify gulp-replace gulp-if minimist" }, "repository": { "type": "git", "url": "git+https://github.com/ayyash/gulpbin.git" }, "keywords": [ "gulp", "shut" ], "author": "Ayyash", "license": "ISC", "bugs": { "url": "https://github.com/ayyash/gulpbin/issues" }, "homepage": "https://github.com/ayyash/gulpbin#readme" }