-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 723 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 723 Bytes
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
{
"name": "webfont-loader",
"version": "1.1.0",
"description": "Use native FontFace with fallback to observer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cymen/webfont-loader"
},
"keywords": [
"webfont",
"loader",
"fontface",
"ready",
"loaded"
],
"author": "Cymen Vig <cymenvig@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cymen/webfont-loader/issues"
},
"homepage": "https://github.com/cymen/webfont-loader",
"dependencies": {
"array-find": "0.1.1",
"font-face-observer": "1.0.0",
"font-face-rule": "1.0.0"
}
}