UNPKG

font-face-generator

Version:
37 lines (36 loc) 798 B
{ "name": "font-face-generator", "version": "1.1.4", "description": "An @font-face code generator for SCSS", "main": "mixin.scss", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Dan503/font-face-generator.git" }, "keywords": [ "font-face", "@font-face", "scss", "sass", "fonts", "generator", "mixin", "css" ], "author": "Daniel Tonon", "license": "MIT", "bugs": { "url": "https://github.com/Dan503/font-face-generator/issues" }, "homepage": "https://github.com/Dan503/font-face-generator#readme", "devDependencies": { "@babel/core": "^7.13.8", "@babel/preset-env": "^7.13.9", "@babel/register": "^7.13.8", "gulp": "^4.0.2", "gulp-sass": "^4.1.0" } }