UNPKG

laravel-mix-favicon-generator

Version:

Laravel Mix extension to generate favicons and include them into the HTML from single PNG/JPG/SVG image.

42 lines (41 loc) 1.04 kB
{ "name": "laravel-mix-favicon-generator", "version": "0.1.4", "description": "Laravel Mix extension to generate favicons and include them into the HTML from single PNG/JPG/SVG image.", "main": "index.js", "files": [ "index.js", "README.md", "package.json" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/SergisGit/laravel-mix-favicon-generator.git" }, "keywords": [ "laravel mix", "webpack", "watch", "favicon", "rfg", "generator", "injecting" ], "author": "Patrik Krehák", "license": "MIT", "bugs": { "url": "https://github.com/SergisGit/laravel-mix-favicon-generator/issues" }, "homepage": "https://github.com/SergisGit/laravel-mix-favicon-generator", "peerDependencies": { "laravel-mix": "^4.0.7" }, "dependencies": { "chokidar": "3.0.2", "gulp-real-favicon": "^0.3.2", "shelljs": "^0.8.3" } }