forked from typekit/webfontloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 875 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
{
"name": "webfontloader",
"version": "1.5.18",
"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"
],
"contributors": [
"Ryan Carver <[email protected]>",
"Jeremie Lenfant-engelmann <[email protected]>",
"Sean McBride <[email protected]>",
"Bram Stein <[email protected]>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/typekit/webfontloader/issues"
},
"homepage": "https://github.com/typekit/webfontloader",
"devDependencies": {
}
}