postcss-fontpath
Version:
PostCSS plugin that adds a font-path attribute to @font-face which expands to the FontSpring syntax
41 lines (40 loc) • 925 B
JSON
{
"name": "postcss-fontpath",
"version": "1.0.0",
"description": "PostCSS plugin that adds a font-path attribute to @font-face which expands to the FontSpring syntax",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"font-face"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/seaneking/postcss-fontpath.git"
},
"author": "Sean King <sean@simpla.io>",
"maintainers": [
{
"name": "Sean King",
"email": "sean@simpla.io",
"web": "http://simpla.io"
}
],
"bugs": {
"url": "https://github.com/seaneking/postcss-fontpath/issues"
},
"homepage": "https://github.com/seaneking/postcss-fontpath",
"dependencies": {
"postcss": "^6.0.0"
},
"devDependencies": {
"chai": "^4.1.0",
"gulp": "^3.8.11",
"gulp-eslint": "^0.12.0",
"gulp-mocha": "^4.3.1"
},
"scripts": {
"test": "gulp check"
}
}