forked from bramstein/fontloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 988 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 988 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
32
33
34
35
36
37
38
39
40
{
"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"
}
}