{
  "scripts": {
    "postinstall": "node ./bin/install.js",
    "build": "babel source --out-dir .",
    "prepublish": "npm run build"
  },
  "babel": {
    "presets": [
      [
        "es2015",
        {
          "modules": false
        }
      ]
    ]
  },
  "bin": {
    "fitfont-generate": "./bin/generate.js"
  },
  "name": "fitfont",
  "description": "This library allows you to easily display text with custom fonts.",
  "version": "1.3.3",
  "main": "fitfont.js",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gregoiresage/fitfont.git"
  },
  "keywords": [
    "fitbitdev"
  ],
  "author": "Grégoire Sage",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gregoiresage/fitfont/issues"
  },
  "homepage": "https://github.com/gregoiresage/fitfont#readme",
  "dependencies": {
    "python-shell": "^1.0.4",
    "readline2": "^1.0.1"
  }
}
