grunt-favicons
Version:
Generate favicon.ico and icons for iOS, Android, Windows and Firefox (OS)
61 lines (60 loc) • 1.3 kB
JSON
{
"name": "grunt-favicons",
"description": "Generate favicon.ico and icons for iOS, Android, Windows and Firefox (OS)",
"version": "0.8.0",
"homepage": "https://github.com/gleero/grunt-favicons",
"author": {
"name": "Vladimir Perekladov",
"email": "gleero@gmail.com",
"url": "http://gleero.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/gleero/grunt-favicons.git"
},
"bugs": {
"url": "https://github.com/gleero/grunt-favicons/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gleero/grunt-favicons/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"cheerio": "~0.12.1",
"sync-exec": "^0.6.1"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"image-size": "~0.1.5",
"crypto": "0.0.3"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin",
"favicon",
"icons",
"png",
"ico",
"jpg",
"ios",
"android",
"wp8",
"firefox",
"firefox os"
]
}