{
	"name": "gulp-fonter-fix",
	"version": "0.0.1",
	"description": "Font subsetting and converting plugin for gulp (MAC FIX)",
	"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 + FLS",
	"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"
	}
}