-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "onfontready",
"version": "1.1.0",
"description": "Font load and parse detection with minimal size and maximum compatibility.",
"main": "src/onfontready.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dwighthouse/onfontready.git"
},
"keywords": [
"font",
"webfont",
"ready",
"fout",
"foit"
],
"author": {
"name": "Dwight House",
"email": "dwighthouse@gmail.com",
"url": "http://dwighthouse.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dwighthouse/onfontready/issues"
},
"homepage": "https://github.com/dwighthouse/onfontready",
"devDependencies": {
"babel-plugin-check-es2015-constants": "6.8.0",
"babel-plugin-transform-dead-code-elimination": "2.2.1",
"babel-plugin-transform-es2015-arrow-functions": "6.8.0",
"babel-plugin-transform-es2015-block-scoping": "6.15.0",
"babel-plugin-transform-es2015-shorthand-properties": "6.18.0",
"babel-plugin-transform-node-env-inline": "6.8.0",
"event-stream": "3.3.4",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-brotli": "1.2.0",
"gulp-clone": "1.0.0",
"gulp-envify": "1.0.0",
"gulp-gzip": "1.4.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-uglify": "2.0.0",
"gulp-zopfli": "1.0.0",
"pretty-error": "^2.0.2"
}
}