forked from igniteB0T/favicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "favicons",
"version": "4.8.3",
"description": "Favicon generator for Node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/haydenbleasel/favicons.git"
},
"scripts": {
"test": "cd test && node test.js && gulp",
"prepublish": "gulp"
},
"keywords": [
"favicon",
"ico",
"generator",
"node",
"realfavicongenerator",
"gulpfriendly"
],
"author": "Hayden Bleasel <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/haydenbleasel/favicons/issues"
},
"homepage": "https://github.com/haydenbleasel/favicons",
"dependencies": {
"async": "^1.5.0",
"cheerio": "^0.19.0",
"clone": "^1.0.2",
"colors": "^1.1.2",
"harmony-reflect": "^1.4.2",
"image-size": "^0.4.0",
"jimp": "^0.2.13",
"jsontoxml": "0.0.11",
"merge-defaults": "^0.2.1",
"mkdirp": "^0.5.1",
"node-rest-client": "^1.5.1",
"require-directory": "^2.1.1",
"svg2png": "~3.0.1",
"through2": "^2.0.0",
"tinycolor2": "^1.1.2",
"to-ico": "^1.1.2",
"underscore": "^1.8.3",
"vinyl": "^1.1.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"eslint": "^2.3.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-if": "^2.0.0",
"gulp-rename": "^1.2.2",
"gutil": "^1.6.4"
}
}