-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1020 Bytes
/
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
{
"name": "grunt-real-favicon",
"description": "Generate a multiplatform favicon with RealFaviconGenerator",
"version": "0.2.4",
"homepage": "https://github.com/RealFaviconGenerator/grunt-real-favicon",
"author": {
"name": "Philippe Bernard",
"email": "philippe@realfavicongenerator.net"
},
"repository": {
"type": "git",
"url": "git@github.com:RealFaviconGenerator/grunt-real-favicon.git"
},
"bugs": {
"url": "https://github.com/RealFaviconGenerator/grunt-real-favicon/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "^1.4.2",
"rfg-api": "^0.5.0"
},
"devDependencies": {
"cheerio": "^0.22.0",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin"
]
}