UNPKG

822 BJSONView Raw
1{
2 "name": "gulp-favicons",
3 "version": "1.0.1",
4 "description": "Favicons generator for Gulp",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/haydenbleasel/favicons.git"
9 },
10 "scripts": {
11 "test": "cd test && gulp"
12 },
13 "keywords": [
14 "favicons",
15 "generator",
16 "rfg",
17 "gulp",
18 "gulpplugin"
19 ],
20 "author": "Hayden Bleasel <haydenbleasel@gmail.com>",
21 "license": "ISC",
22 "bugs": {
23 "url": "https://github.com/haydenbleasel/favicons/tree/gulp/issues"
24 },
25 "homepage": "https://github.com/haydenbleasel/favicons/tree/gulp",
26 "dependencies": {
27 "cheerio": "*",
28 "favicons": "*",
29 "gulp-util": "*",
30 "merge-defaults": "*",
31 "mkdirp": "*",
32 "through2": "*",
33 "underscore": "*"
34 },
35 "devDependencies": {
36 "gulp": "*"
37 }
38}