UNPKG

@realfavicongenerator/gulp-real-favicon

Version:

Generate a multiplatform favicon with RealFaviconGenerator and Gulp

50 lines (49 loc) 1.41 kB
{ "name": "@realfavicongenerator/gulp-real-favicon", "version": "0.8.4", "description": "Generate a multiplatform favicon with RealFaviconGenerator and Gulp", "main": "dist/index.js", "bin": "./dist/index.js", "type": "commonjs", "scripts": { "build": "rollup -c rollup.config.mjs" }, "repository": { "type": "git", "url": "git@github.com:RealFaviconGenerator/core.git" }, "keywords": [ "favicon", "RealFaviconGenerator", "gulp", "gulpplugin", "RFG" ], "author": "Philippe Bernard", "license": "ISC", "bugs": { "url": "https://github.com/RealFaviconGenerator/core/issues" }, "homepage": "https://github.com/RealFaviconGenerator/core#readme", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-typescript": "^11.1.6", "@types/fancy-log": "^2.0.2", "@types/jest": "^29.5.12", "@types/node": "^20.12.12", "@types/through2": "^2.0.41", "rollup": "^4.13.2", "ts-jest": "^29.1.2", "typescript": "^5.4.3" }, "dependencies": { "@realfavicongenerator/generate-favicon": "^0.8.4", "@realfavicongenerator/image-adapter-node": "^0.8.4", "@realfavicongenerator/inject-markups": "^0.8.0", "@rollup/plugin-json": "^6.1.0", "fancy-log": "^2.0.0", "plugin-error": "^2.0.1", "through2": "^4.0.2" }, "gitHead": "1480613fcf564461e2e0e24413136643b31ab8c2" }