UNPKG

871 BJSONView Raw
1{
2 "name": "webfontloader",
3 "version": "1.6.7",
4 "description": "Web Font Loader gives you added control when using linked fonts via @font-face.",
5 "main": "webfontloader.js",
6 "scripts": {
7 "test": "phantomjs tools/jasmine-phantomjs/jasmine-phantomjs.js spec/index.html"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/typekit/webfontloader.git"
12 },
13 "keywords": [
14 "web",
15 "fonts",
16 "webfonts",
17 "font",
18 "loader",
19 "@font-face"
20 ],
21 "contributors": [
22 "Ryan Carver <ryan@typekit.com>",
23 "Jeremie Lenfant-engelmann <jeremiele@google.com>",
24 "Sean McBride <sean@typekit.com>",
25 "Bram Stein <bram@typekit.com>"
26 ],
27 "license": "Apache-2.0",
28 "bugs": {
29 "url": "https://github.com/typekit/webfontloader/issues"
30 },
31 "homepage": "https://github.com/typekit/webfontloader",
32 "devDependencies": {}
33}