{
    "name": "@electron-fonts/luckiest-guy",
    "author": "Arthur Lobo",
    "version": "1.2.0",
    "license": "MIT",
    "description": "Luckiest Guy font injector to electron aplications.",
    "keywords": [
        "electron",
        "css",
        "inject",
        "font",
        "Luckiest Guy"
    ],
    "main": "index.js",
    "typings": "index.d.ts",
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "electron-css-injector": "1.3.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ArthurLobopro/electron-fonts.git"
    },
    "bugs": {
        "url": "https://github.com/ArthurLobopro/electron-fonts/issues"
    },
    "homepage": "https://github.com/ArthurLobopro/electron-fonts#readme"
}