fontloader
Version:
A polyfill for the FontLoader interface
41 lines (40 loc) • 988 B
JSON
{
"name": "fontloader",
"version": "1.2.7",
"description": "A polyfill for the FontLoader interface",
"directories": {
"test": "test"
},
"repository": "https://github.com/bramstein/fontloader.git",
"keywords": [
"fontloader",
"fonts",
"font",
"font-face"
],
"author": "Bram Stein <b.l.stein@gmail.com> (http://www.bramstein.com/)",
"license": "Apache 2.0",
"devDependencies": {
"mocha": "=2.2.5",
"sinon": "=1.14.1",
"grunt": "=0.4.5",
"grunt-contrib-clean": "=0.6.0",
"grunt-contrib-jshint": "=0.11.2",
"google-closure-compiler": "^20160911.0.0",
"grunt-exec": "~0.4.6",
"extend": "^2.0.1",
"unexpected": "^7.5.0",
"mocha-phantomjs-core": "^0.2.0",
"grunt-contrib-concat": "^0.5.1"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"promis": "=1.1.4",
"closure-fetch": "=0.4.2",
"fontfaceobserver": "=2.0.5",
"closure-dom": "=0.2.6",
"cssvalue": "=0.0.3"
}
}