-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (46 loc) · 1.05 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
{
"name": "airwave-fontface-preloader",
"version": "2.0.3",
"description": "Easily preload font-faces",
"repository": {
"type": "git",
"url": "git+https://github.com/airwave-development/airwave-fontface-preloader.git"
},
"bugs": {
"url": "https://github.com/airwave-development/airwave-fontface-preloader/issues"
},
"homepage": "https://airwave.io",
"main": "dist/fontface-preloader.js",
"keywords": [
"fontloader",
"fonts",
"font",
"font-face",
"web font",
"font load",
"font events",
"font preloader"
],
"author": "Olivier de Jong <[email protected]> (https://airwave.io)",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"jshint": "^2.5.6",
"bower": "^1.7.7",
"http-server": "^0.9.0",
"require-dir": "^0.3.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"bower-files": "^3.13.3",
"gulp-util": "^3.0.6",
"gulp-uglify": "^2.0.0"
},
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"postinstall": "gulp build"
}
}