-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 970 Bytes
/
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
{
"name": "gatsby-plugin-web-font-loader",
"version": "1.0.4",
"keywords": [
"gatsby-plugin",
"gatsby",
"plugin",
"web",
"font",
"loader",
"google",
"typekit",
"webfont",
"webfontloader",
"fonts.com",
"fontdeck"
],
"main": "gatsby-browser.js",
"author": "Kennedy Rose <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/escaladesports/gatsby-plugin-web-font-loader.git"
},
"license": "MIT",
"scripts": {
"build": "esca-scripts build --dist './' --no-remove",
"prepublishOnly": "npm run build",
"reset": "esca-scripts reset",
"test": "npm run build && esca-scripts test",
"travis": "opn https://travis-ci.org/escaladesports/gatsby-plugin-web-font-loader/branches"
},
"devDependencies": {
"esca-scripts": "^1.4.0",
"opn-cli": "^3.1.0"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"webfontloader": "^1.6.28"
}
}