-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 986 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
43
44
45
46
47
{
"name": "grunt-fontgen",
"description": "Generate webfonts and css ready to use on your site",
"version": "0.4.0",
"homepage": "https://github.com/agentk/grunt-fontgen",
"author": {
"name": "Karl Bowden",
"email": "[email protected]",
"url": "http://karlbowden.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/agentk/grunt-fontgen.git"
},
"bugs": {
"url": "https://github.com/agentk/grunt-fontgen/issues"
},
"license": "Apache-2.0",
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt": "^0.4.5"
},
"peerDependencies": {
"grunt": "^0.4.5"
},
"keywords": [
"gruntplugin",
"fontface",
"webfonts",
"ttf",
"otf",
"svg",
"eot",
"css"
],
"dependencies": {
"fontfacegen": "^0.3.0"
}
}