forked from zachleat/fontfaceonload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.38 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.38 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "fontfaceonload",
"version": "0.1.6",
"description": "A simple utility to execute a callback when a webfont loads.",
"keywords": [
"grunt"
],
"homepage": "https://github.com/zachleat/fontfaceonload",
"bugs": "https://github.com/zachleat/fontfaceonload/issues",
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"twitter": "zachleat",
"github": "zachleat",
"url": "http://zachleat.com"
},
"repository": {
"type": "git",
"url": "git://github.com/zachleat/fontfaceonload.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.0",
"glob": "~4.4",
"load-grunt-tasks": "~3.1.0",
"matchdep": "~0.3.0",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-qunit": "~0.5",
"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "~0.10.0",
"grunt-contrib-concat": "~0.5",
"bytesize": "~0.2.0",
"grunt-bytesize": "~0.1.1",
"grunt-contrib-csslint": "~0.4.0",
"grunt-banner": "~0.3.1",
"grunt-replace": "~0.8.0",
"grunt-lintspaces": "~0.6",
"grunt-mkdir": "~0.1.2",
"bower": "~1.3.12"
},
"peerDependencies": {},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
],
"config": {
"grunt": "grunt",
"src": "src",
"dist": "dist",
"test": "test",
"demo": "demo",
"bower": "bower_components"
}
}