{
    "name": "gulp-fonter",
    "version": "0.3.0",
    "description": "Font subsetting and converting plugin for gulp",
    "main": "dist",
    "files": [
        "lib/",
        "dist/",
        "tests/",
        "LICENSE",
        "README.MD",
        "tsconfig.json",
        ".gitignore",
        ".eslintrc",
        "jest.config.js"
    ],
    "scripts": {
        "test": "jest",
        "build": "tsc"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Mazgrze/gulp-fonter.git"
    },
    "keywords": [
        "gulp-plugin",
        "font",
        "webfont",
        "fonts",
        "ttf",
        "eot",
        "woff",
        "svg"
    ],
    "author": "Grzegorz Mazurek",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Mazgrze/gulp-fonter/issues"
    },
    "homepage": "https://github.com/Mazgrze/gulp-fonter#readme",
    "dependencies": {
        "fonteditor-core": "^1.0.5"
    },
    "devDependencies": {
        "@types/jest": "^24.0.17",
        "@types/node": "^12.7.1",
        "jest": "^24.8.0",
        "ts-jest": "^24.0.2",
        "typescript": "^3.5.3",
        "vinyl": "^2.2.0"
    }
}
