forked from gleero/grunt-favicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.27 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
58
59
60
{
"name": "grunt-favicons",
"description": "Generate favicon.ico and icons for iOS, Android, Windows 8 and Firefox (OS)",
"version": "0.6.4",
"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": {
"execSync": "~1.0.1-pre",
"cheerio": "~0.12.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"
]
}