{
  "name": "react-native-dynamic-font",
  "version": "1.0.8",
  "description": "Load font from file and base64 string",
  "main": "lib/index.js",
  "scripts": {
    "compile": "babel --source-maps -d lib/ src/",
    "prepublish": "npm run compile",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "dynamic",
    "font"
  ],
  "author": "ashrithks",
  "license": "MIT License",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ashrithks/react-native-dynamic-font.git"
  },
  "peerDependencies": {
    "react-native": "*",
    "react-native-fs": "*"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1"
  }
}