-
Notifications
You must be signed in to change notification settings - Fork 645
/
package.json
37 lines (37 loc) · 932 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "webfontloader",
"version": "1.6.28",
"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"
],
"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": {}
}