@iccube/webfontloader
Version:
Web Font Loader gives you added control when using linked fonts via @font-face.
43 lines (42 loc) • 1.03 kB
JSON
{
"name": "@iccube/webfontloader",
"version": "1.0.0",
"description": "Web Font Loader gives you added control when using linked fonts via @font-face.",
"main": "webfontloader.js",
"scripts": {
"test": "phantomjs tools/jasmine-phantomjs/jasmine-phantomjs.js spec/index.html"
},
"repository": {
"type": "git",
"url": "git://github.com/typekit/webfontloader.git"
},
"keywords": [
"web",
"fonts",
"webfonts",
"font",
"loader",
"@font-face"
],
"files": [
"webfontloader.js",
"src/**/*.js",
"webfontloader.d.ts"
],
"contributors": [
"Ryan Carver <ryan@typekit.com>",
"Jeremie Lenfant-engelmann <jeremiele@google.com>",
"Sean McBride <sean@typekit.com>",
"Bram Stein <bram@typekit.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/typekit/webfontloader/issues"
},
"homepage": "https://github.com/typekit/webfontloader",
"devDependencies": {},
"directories": {
"lib": "lib"
},
"author": "iccube"
}