{
  "name": "roboto-base64",
  "description": "Google Roboto font in base64",
  "version": "0.1.2",
  "author": "Orbin",
  "keywords": [
    "roboto",
    "base64"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/orbin-ch/roboto-base64"
  },
  "main": "dist/roboto-base64.js",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.4.0",
    "babel-loader": "^6.2.1",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "base64-loader": "^1.0.0",
    "clean-webpack-plugin": "^0.1.8",
    "roboto-fontface": "^0.4.3",
    "webpack": "^1.12.11"
  },
  "scripts": {
    "build": "webpack"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  }
}
