{
  "name": "gatsby-plugin-react-webfont-loader",
  "version": "1.1.0",
  "description": "Webfontloader for Gatsby based in react-webfont-loader <https://gitlab.com/pekkis/react-webfont-loader/> created by Mikko Forsstrom",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src -d lib",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/harrinsonmb/gatsby-plugin-react-webfont-loader"
  },
  "devDependencies": {
    "react": "^15.0 || ^16.0",
    "babel-cli": "^6.16.0",
    "babel-eslint": "^7.0.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.6.0"
  },
  "peerDependencies": {
    "gatsby": ">2.0.0-alpha"
  },
  "keywords": [
    "React",
    "Webfontloader",
    "Fonts",
    "Webfonts"
  ],
  "author": {
    "name": "Mikko Forsstrom",
    "email": "pekkisx@gmail.com"
  },
  "contributors": [
    {
      "name": "Harrinson Arturo Mosquera Bastidas",
      "email": "harrinsonmb@hotmail.es"
    }
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://gitlab.com/harrinsonmb/gatsby-plugin-react-webfont-loader"
  },
  "homepage": "https://gitlab.com/harrinsonmb/gatsby-plugin-react-webfont-loader#readme",
  "dependencies": {
    "prop-types": "^15.5.8",
    "webfontloader": "^1.6.27"
  }
}
