-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.17 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
{
"name": "glyphs2font",
"version": "1.2.4",
"description": "SVG Glyph Icons to Web Font Generation",
"keywords": [ "svg", "glyph", "icon", "font", "cli" ],
"repository": {
"type": "git",
"url": "https://github.com/rse/glyphs2font.git"
},
"author": {
"name": "Dr. Ralf S. Engelschall",
"email": "[email protected]",
"url": "http://engelschall.com"
},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"homepage": "https://github.com/rse/glyphs2font",
"bugs": "https://github.com/rse/glyphs2font/issues",
"bin": {
"glyphs2font": "./glyphs2font.js"
},
"dependencies": {
"js-yaml": "4.1.0",
"tmp": "0.2.1",
"svgicons2svgfont": "10.0.6",
"svg2ttf": "6.0.3",
"ttf2woff": "3.0.0",
"ttf2eot": "3.1.0"
},
"devDependencies": {
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-clean": "2.0.0"
}
}