{
    "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": "rse@engelschall.com",
        "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"
    }
}
