UNPKG

grunt-favicons-redux

Version:

Generate favicon.ico and icons for iOS, Android, Windows, Firefox (OS) and Progressive Web Applications (PWA), without peer dependancy errors on install

59 lines (58 loc) 1.36 kB
{ "name": "grunt-favicons-redux", "description": "Generate favicon.ico and icons for iOS, Android, Windows, Firefox (OS) and Progressive Web Applications (PWA), without peer dependancy errors on install", "version": "0.9.1", "homepage": "https://github.com/Pushplaybang/grunt-favicons", "author": { "name": "Paul van Zyl", "url": "http://nonacreative.com/" }, "repository": { "type": "git", "url": "git:////github.com/Pushplaybang/grunt-favicons.git" }, "bugs": { "url": "https://github.com/Pushplaybang/grunt-favicons/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/Pushplaybang/grunt-favicons/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "cheerio": "0.22.x", "sync-exec": "0.6.x" }, "devDependencies": { "grunt": "1.0.x", "grunt-contrib-jshint": "1.1.x", "grunt-contrib-clean": "1.0.x", "grunt-contrib-nodeunit": "1.0.x", "grunt-contrib-copy": "1.0.x", "image-size": "0.5.x", "crypto": "0.0.3" }, "keywords": [ "gruntplugin", "favicon", "icons", "png", "ico", "jpg", "ios", "android", "wp8", "firefox", "firefox os", "progressive web application", "pwa" ] }