UNPKG

inject-webfontloader

Version:

Injects WebFontLoader with support for Adobe Edge Web Fonts/Typekit, Fontdeck, Fonts.com (Monotype), Google Fonts, and custom fonts.

47 lines (46 loc) 1.13 kB
{ "name": "inject-webfontloader", "version": "1.1.4", "description": "Injects WebFontLoader with support for Adobe Edge Web Fonts/Typekit, Fontdeck, Fonts.com (Monotype), Google Fonts, and custom fonts.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/AriesDatuin/inject-webfontloader.git" }, "bugs": { "url": "https://github.com/AriesDatuin/inject-webfontloader/issues" }, "dependencies": { "gulp-util": "^3.0.0", "through2": "^0.5.1" }, "directories": {}, "engines": { "node": ">= 0.9.0" }, "keywords": [ "fontdeck", "fonts", "googlefonts", "monotype", "typekit", "webfonts", "webfontloader" ], "main": "./index.js", "maintainers": [ { "name": "Aries", "email": "aries@ariesdatuin.com" } ], "author": "Aries Datuin", "license": "MIT", "bugs": { "url": "https://github.com/AriesDatuin/inject-webfontloader/issues" }, "homepage": "https://github.com/AriesDatuin/inject-webfontloader#readme" }